Gets CI working again by switching to `macos-11` from `macos-latest`.

No idea why it works. We should switch back to `macos-latest`
eventually.
This commit is contained in:
Ryan Johnson 2023-02-24 18:26:26 -08:00 committed by GitHub
parent 0960ad7ead
commit 6e8ebbe000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-11]
runs-on: ${{ matrix.os }}
@ -23,7 +23,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run: cp crates/playground/src/playground.template.rs crates/playground/src/playground.rs
- name: Validate formatting
run: cargo fmt --all -- --check