Skip to content

Commit eed7453

Browse files
authored
Update GitHub Actions runners (#3423)
1 parent 284f189 commit eed7453

16 files changed

+22
-22
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# https://github.com/rust-lang/rust/issues/79577
3131
# https://sourceforge.net/p/mingw-w64/wiki2/Exception%20Handling
3232
#
33-
image: [macos-latest, ubuntu-latest]
33+
image: [macos-14, ubuntu-22.04]
3434
target: [x86_64-pc-windows-gnu, aarch64-pc-windows-gnullvm, x86_64-pc-windows-gnullvm, i686-pc-windows-gnullvm]
3535
runs-on: ${{ matrix.image }}
3636

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
windows:
1717
name: windows
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
@@ -24,15 +24,15 @@ jobs:
2424

2525
windows-sys:
2626
name: windows-sys
27-
runs-on: windows-latest
27+
runs-on: windows-2022
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Check
3232
run: cargo doc --no-deps -p windows-sys
3333

3434
other-crates:
35-
runs-on: windows-latest
35+
runs-on: windows-2022
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
check:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

.github/workflows/gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
check:
1717
name: tool_${{ matrix.tool }}
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
2121
tool: [bindgen, bindings, yml, license, standalone]

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
check:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

.github/workflows/msrv-windows-bindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
rust: [1.74.0, stable, nightly]
2020
runs-on:
21-
- windows-latest
22-
- ubuntu-latest
21+
- windows-2022
22+
- ubuntu-22.04
2323
runs-on: ${{ matrix.runs-on }}
2424
steps:
2525
- name: Checkout

.github/workflows/msrv-windows-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
rust: [1.74.0, stable, nightly]
2020
runs-on:
21-
- windows-latest
22-
- ubuntu-latest
21+
- windows-2022
22+
- ubuntu-22.04
2323
runs-on: ${{ matrix.runs-on }}
2424
steps:
2525
- name: Checkout

.github/workflows/msrv-windows-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
rust: [1.74.0, stable, nightly]
20-
runs-on: windows-latest
20+
runs-on: windows-2022
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

.github/workflows/msrv-windows-result.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
rust: [1.74.0, stable, nightly]
2020
runs-on:
21-
- windows-latest
22-
- ubuntu-latest
21+
- windows-2022
22+
- ubuntu-22.04
2323
runs-on: ${{ matrix.runs-on }}
2424
steps:
2525
- name: Checkout

.github/workflows/msrv-windows-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
rust: [1.74.0, stable, nightly]
20-
runs-on: windows-latest
20+
runs-on: windows-2022
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)