Skip to content

Commit 6c0a6a9

Browse files
committed
ci: pin runner images versions
1 parent bf7c3a4 commit 6c0a6a9

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- os: linux
4747
runner: ubuntu-24.04
4848
- os: macos-arm64
49-
runner: macos-latest
49+
runner: macos-15
5050
- os: windows
51-
runner: windows-latest
51+
runner: windows-2025
5252
steps:
5353
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
5454
with:

.github/workflows/install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
# NOTE: always set shell: bash, otherwise on Windows there might be problems!
1515
jobs:
1616
lint:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 5
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
@@ -38,9 +38,9 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os:
41-
- ubuntu-latest
42-
- macos-latest
43-
- windows-latest
41+
- ubuntu-24.04
42+
- macos-15
43+
- windows-2025
4444
steps:
4545
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4646
with:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- os: linux
4343
runner: ubuntu-24.04
4444
- os: macos-arm64
45-
runner: macos-latest
45+
runner: macos-15
4646
- os: windows
47-
runner: windows-latest
47+
runner: windows-2025
4848
steps:
4949
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
5050
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
target: x86_64-apple-darwin
6565
use-cross: false
6666
- os: macos-arm64
67-
runner: macos-latest
67+
runner: macos-15
6868
target: aarch64-apple-darwin
6969
use-cross: false
7070
- os: windows
71-
runner: windows-latest
71+
runner: windows-2025
7272
target: x86_64-pc-windows-msvc
7373
use-cross: false
7474
steps:

0 commit comments

Comments
 (0)