mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore(ci): Auto-update Mac now that latest uses m1
This commit is contained in:
parent
7039c66c7f
commit
2a274e149f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
name: Test
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-14"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
rust: ["stable"]
|
rust: ["stable"]
|
||||||
continue-on-error: ${{ matrix.rust != 'stable' }}
|
continue-on-error: ${{ matrix.rust != 'stable' }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
2
.github/workflows/rust-next.yml
vendored
2
.github/workflows/rust-next.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
name: Test
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-latest", "macos-14"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
rust: ["stable", "beta"]
|
rust: ["stable", "beta"]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue