chore: up ci.yml to mac-latest
parent
fc9c9f644b
commit
bdd9e6c18a
|
|
@ -68,9 +68,9 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-11, ubuntu-latest]
|
os: [macos-latest, ubuntu-latest]
|
||||||
include:
|
include:
|
||||||
- os: macos-11
|
- os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue