Use GitHub macOS 26 runners
This commit is contained in:
parent
80f6813049
commit
21f27363bd
|
|
@ -14,7 +14,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ghcr.io/cirruslabs/macos-runner:tahoe
|
runs-on: macos-26
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
@ -30,17 +30,9 @@ jobs:
|
||||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test on macOS ${{ matrix.macos }}
|
name: Test on macOS 26
|
||||||
runs-on: ghcr.io/cirruslabs/macos-runner:${{ matrix.runner }}
|
runs-on: macos-26
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- macos: Sequoia
|
|
||||||
runner: sequoia
|
|
||||||
- macos: Tahoe
|
|
||||||
runner: tahoe
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
if: github.event_name == 'push' && github.ref_type == 'tag'
|
if: github.event_name == 'push' && github.ref_type == 'tag'
|
||||||
runs-on: ghcr.io/cirruslabs/macos-runner:tahoe
|
runs-on: macos-26
|
||||||
environment: publish
|
environment: publish
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
snapshot:
|
snapshot:
|
||||||
name: Release (Dry Run)
|
name: Release (Dry Run)
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
runs-on: ghcr.io/cirruslabs/macos-runner:tahoe
|
runs-on: macos-26
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue