Skip to content

Commit

Permalink
ci: Bump MacOS runner to macos-14
Browse files Browse the repository at this point in the history
To see if this magically fixes mozilla#1652
  • Loading branch information
larseggert committed Feb 14, 2024
1 parent 721a1ef commit 264c532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
# Don't increase beyond what Firefox is currently using:
# https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html#schedule
rust-toolchain: [1.74.0, stable, nightly]
Expand Down

0 comments on commit 264c532

Please sign in to comment.