mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try macos-13-arm64 instead of xlarge
This commit is contained in:
parent
3e156b50e9
commit
c0f9557ea0
2 changed files with 2 additions and 1 deletions
1
.github/actionlint.yaml
vendored
1
.github/actionlint.yaml
vendored
|
@ -11,6 +11,7 @@ self-hosted-runner:
|
|||
- repo-release
|
||||
- medium
|
||||
- large
|
||||
- macos-13-arm64
|
||||
- macos-13-xlarge
|
||||
- linux-x86_64
|
||||
- linux-arm64
|
||||
|
|
2
.github/workflows/build-deps-ci-action.yml
vendored
2
.github/workflows/build-deps-ci-action.yml
vendored
|
@ -182,7 +182,7 @@ jobs:
|
|||
name: MacOS
|
||||
needs:
|
||||
- generate-matrix
|
||||
runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13-xlarge' || matrix.distro-slug }}
|
||||
runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13-arm64' || matrix.distro-slug }}
|
||||
if: ${{ inputs.kind == 'macos' }}
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue