mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Update stack size CI to only run on Linux runners
This commit is contained in:
2
.github/workflows/stack_size.yml
vendored
2
.github/workflows/stack_size.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
stack_size:
|
stack_size:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
|
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user