Skip to content

Commit 85bc018

Browse files
committed
Update CI runners
1 parent c5c2d1c commit 85bc018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 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-14]
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
22-
if: matrix.os == 'ubuntu-20.04'
22+
if: matrix.os == 'ubuntu-24.04'
2323

2424
- name: Check format
2525
shell: bash
@@ -36,4 +36,4 @@ jobs:
3636
- name: Test
3737
shell: bash
3838
run: rustup run ${{ matrix.rust }} cargo test --all
39-
if: matrix.os != 'ubuntu-20.04' # setrlimit64 error in the CI container
39+
if: matrix.os != 'ubuntu-24.04' # setrlimit64 error in the CI container

0 commit comments

Comments
 (0)