Skip to content

Commit 2748d30

Browse files
committed
ci: update OS versions in rust-crate workflow
Let's stay modern. The macos-12 runners stopped working recently. So this is necessary for CI to pass.
1 parent 416ee00 commit 2748d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-crate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- 'nightly'
1515
- '1.58.0'
1616
os:
17-
- 'ubuntu-20.04'
18-
- 'macos-12'
17+
- 'ubuntu-24.04'
18+
- 'macos-13'
1919
- 'windows-2022'
2020
continue-on-error: ${{ matrix.rust_toolchain == 'nightly' }}
2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)