Skip to content

Commit fa8035f

Browse files
authored
CI changes (#203)
1 parent d511318 commit fa8035f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Abort if the code isn't formatted according to rustfmt standards from nightly.
1111
fmt:
1212
name: Rustfmt
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Cache cargo
@@ -34,11 +34,11 @@ jobs:
3434
strategy:
3535
matrix:
3636
include:
37-
- os: ubuntu-22.04
37+
- os: ubuntu-24.04
3838
target: aarch64-linux-android # Android x64
39-
- os: ubuntu-22.04
39+
- os: ubuntu-24.04
4040
target: x86_64-unknown-linux-musl # Alpine Linux x86_64
41-
- os: ubuntu-22.04
41+
- os: ubuntu-24.04
4242
target: wasm32-unknown-unknown
4343
features: --features wasm --no-default-features
4444
- os: macos-13
@@ -47,7 +47,7 @@ jobs:
4747
target: x86_64-apple-darwin # 64-bit OSX
4848
- os: macos-14
4949
target: aarch64-apple-darwin # 64-bit M1 OSX
50-
- os: windows-2019
50+
- os: windows-2025
5151
target: x86_64-pc-windows-msvc
5252
steps:
5353
- uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
# Run the tests on only one architecture, against various Rust versions.
6767
test:
6868
name: Test Suite
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
strategy:
7171
matrix:
7272
rust:
@@ -88,7 +88,7 @@ jobs:
8888
# Benchmark current and base revisions, if this is a PR.
8989
bench:
9090
name: Bench
91-
runs-on: ubuntu-22.04
91+
runs-on: ubuntu-24.04
9292
if: github.base_ref != ''
9393
strategy:
9494
matrix:
@@ -126,7 +126,7 @@ jobs:
126126
needs:
127127
- bench
128128
name: Upload benchmark results
129-
runs-on: ubuntu-22.04
129+
runs-on: ubuntu-24.04
130130
steps:
131131
- uses: actions/checkout@v4
132132
- name: Cache cargo

0 commit comments

Comments
 (0)