Skip to content

Commit c2cca87

Browse files
ci: Remove usage of macos-11 (#681)
* ci: Remove usage of macos-11 This is being removed at GitHub on June 28, 2024. Switch semver action to macos-14. * Use `macos-14` instead of `macos-14.0` for semver check --------- Co-authored-by: Martin Robinson <[email protected]>
1 parent 8d2b732 commit c2cca87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
components: rustfmt
2323
- run: cargo fmt --check
2424
semver:
25-
runs-on: macos-11.0
25+
runs-on: macos-14
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Check semver
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: [macos-11.0, macos-12, macos-13, macos-14]
34+
os: [macos-12, macos-13, macos-14]
3535
toolchain: [stable]
3636
include:
3737
- os: macos-14

0 commit comments

Comments
 (0)