Skip to content

Commit

Permalink
Pin the versions of CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Aug 31, 2023
1 parent 3ba8c31 commit 342673d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:

generate-macos-launcher:
timeout-minutes: 120
runs-on: "macos-latest"
runs-on: "macos-12"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -239,7 +239,7 @@ jobs:
native-macos-tests-1:
needs: generate-macos-launcher
timeout-minutes: 120
runs-on: "macos-latest"
runs-on: "macos-12"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -263,7 +263,7 @@ jobs:
native-macos-tests-2:
needs: generate-macos-launcher
timeout-minutes: 120
runs-on: "macos-latest"
runs-on: "macos-12"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -287,7 +287,7 @@ jobs:
native-macos-tests-3:
needs: generate-macos-launcher
timeout-minutes: 120
runs-on: "macos-latest"
runs-on: "macos-12"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:

generate-windows-launcher:
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
native-windows-tests-1:
needs: generate-windows-launcher
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
native-windows-tests-2:
needs: generate-windows-launcher
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -459,7 +459,7 @@ jobs:
native-windows-tests-3:
needs: generate-windows-launcher
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 342673d

Please sign in to comment.