Skip to content

Commit

Permalink
ci: Remove usage of macos-11 (#681)
Browse files Browse the repository at this point in the history
* 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 <mrobinson@igalia.com>
  • Loading branch information
waywardmonkeys and mrobinson authored May 27, 2024
1 parent 8d2b732 commit c2cca87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
components: rustfmt
- run: cargo fmt --check
semver:
runs-on: macos-11.0
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Check semver
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, macos-12, macos-13, macos-14]
os: [macos-12, macos-13, macos-14]
toolchain: [stable]
include:
- os: macos-14
Expand Down

0 comments on commit c2cca87

Please sign in to comment.