Skip to content

Commit c78d419

Browse files
committed
lock the version of the github runners
1 parent 4eb93ba commit c78d419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [windows, macos, ubuntu]
27-
runs-on: ${{ matrix.os }}-latest
26+
os: [ windows-2022, macos-14, ubuntu-24.04 ]
27+
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Checkout
3030
uses: DanySK/[email protected]
@@ -35,7 +35,7 @@ jobs:
3535
should-run-codecov: false
3636
should-deploy: false
3737
build-image:
38-
permissions:
38+
permissions:
3939
contents: write
4040
needs:
4141
- check-simulations-multiplatform

0 commit comments

Comments
 (0)