Skip to content

Commit 5762e08

Browse files
committed
ci: Update runners.
1 parent 1d310da commit 5762e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
rust: [stable, nightly]
11-
os: [ubuntu-20.04, windows-2019, macos-10.15]
11+
os: [ubuntu-24.04, windows-2025, macos-10.15]
1212
type: [Release, Debug]
1313

1414
steps:
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Dependencies (Linux)
2121
run: sudo apt-get update && sudo apt-get install libpulse-dev pulseaudio libdbus-1-dev && rustup target add x86_64-linux-android
22-
if: matrix.os == 'ubuntu-20.04'
22+
if: matrix.os == 'ubuntu-24.04'
2323

2424
- name: Check format
2525
shell: bash
@@ -36,9 +36,9 @@ jobs:
3636
- name: Build (Android)
3737
shell: bash
3838
run: rustup run ${{ matrix.rust }} cargo build --target x86_64-linux-android --all
39-
if: matrix.os == 'ubuntu-20.04'
39+
if: matrix.os == 'ubuntu-24.04'
4040

4141
- name: Test
4242
shell: bash
4343
run: rustup run ${{ matrix.rust }} cargo test --all
44-
if: matrix.os != 'ubuntu-20.04' # setrlimit64 error in the CI container
44+
if: matrix.os != 'ubuntu-24.04' # setrlimit64 error in the CI container

0 commit comments

Comments
 (0)