Skip to content

Commit 2f9efee

Browse files
committed
Upgrade OSs on GitHub Actions
1 parent b726b5b commit 2f9efee

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable-x86_64-unknown-linux-gnu
2121

2222
name: Rustfmt (${{ matrix.toolchain }})
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424

2525
steps:
2626
- name: Checkout
@@ -52,20 +52,20 @@ jobs:
5252
- stable-x86_64-apple-darwin
5353
- stable-x86_64-unknown-linux-gnu
5454
include:
55-
- { toolchain: 1.70.0-x86_64-pc-windows-msvc, os: windows-2019 }
56-
- { toolchain: 1.70.0-x86_64-apple-darwin, os: macos-11 }
57-
- { toolchain: 1.70.0-x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
58-
- { toolchain: stable-x86_64-pc-windows-msvc, os: windows-2019 }
59-
- { toolchain: stable-x86_64-apple-darwin, os: macos-11 }
60-
- { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
55+
- { toolchain: 1.70.0-x86_64-pc-windows-msvc, os: windows-2022 }
56+
- { toolchain: 1.70.0-x86_64-apple-darwin, os: macos-14 }
57+
- { toolchain: 1.70.0-x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
58+
- { toolchain: stable-x86_64-pc-windows-msvc, os: windows-2022 }
59+
- { toolchain: stable-x86_64-apple-darwin, os: macos-14 }
60+
- { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
6161

6262
name: Build (${{ matrix.toolchain }})
6363
runs-on: ${{ matrix.os }}
6464

6565
steps:
6666
- name: Disable `core.autocrlf`
6767
run: git config --global core.autocrlf false
68-
if: matrix.os == 'windows-2019'
68+
if: matrix.os == 'windows-2022'
6969

7070
- name: Checkout
7171
uses: actions/checkout@v4
@@ -106,7 +106,7 @@ jobs:
106106
- "3.8" # https://packages.ubuntu.com/focal/python3
107107

108108
name: Expand_test (${{ matrix.toolchain }}, ${{ matrix.python-version }})
109-
runs-on: ubuntu-20.04
109+
runs-on: ubuntu-24.04
110110

111111
steps:
112112
- name: Checkout
@@ -132,7 +132,7 @@ jobs:
132132

133133
verify:
134134
name: Verify
135-
runs-on: ubuntu-20.04
135+
runs-on: ubuntu-24.04
136136

137137
steps:
138138
- name: Checkout

0 commit comments

Comments
 (0)