mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-11 07:11:30 +11:00
Fix CI (#259)
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:
parent
0960ad7ead
commit
6e8ebbe000
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue