We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb93ba commit c78d419Copy full SHA for c78d419
1 file changed
.github/workflows/build-and-deploy.yml
@@ -23,8 +23,8 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- os: [windows, macos, ubuntu]
27
- runs-on: ${{ matrix.os }}-latest
+ os: [ windows-2022, macos-14, ubuntu-24.04 ]
+ runs-on: ${{ matrix.os }}
28
steps:
29
- name: Checkout
30
uses: DanySK/action-checkout@0.2.22
@@ -35,7 +35,7 @@ jobs:
35
should-run-codecov: false
36
should-deploy: false
37
build-image:
38
- permissions:
+ permissions:
39
contents: write
40
needs:
41
- check-simulations-multiplatform
0 commit comments