ci: use macos-latest in nightly-build

This commit is contained in:
Jon Häggblad
2023-10-31 22:05:37 +01:00
parent 6e9a588c1a
commit f28e0b529e
+7 -1
View File
@@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
rust: [stable, beta]
os: [ubuntu-20.04, windows10, custom-runner-mac-m1]
os: [ubuntu-20.04, windows10, macos-latest]
runs-on: ${{ matrix.os }}
env:
CARGO_TERM_COLOR: always
@@ -32,6 +32,12 @@ jobs:
override: true
components: rustfmt, clippy
- name: Install Protoc
uses: arduino/setup-protoc@v2
if: matrix.os == 'macos-latest'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check formatting
uses: actions-rs/cargo@v1
with: