ci: Update to macos-14, xlarge runner is no longer needed (#5165)

This commit is contained in:
Nathan Adams 2024-01-30 22:04:11 +01:00 committed by GitHub
parent 443d5f93dc
commit ecd5836aed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -92,18 +92,18 @@ jobs:
# MacOS # MacOS
- name: MacOS x86_64 - name: MacOS x86_64
os: macos-12 os: macos-14
target: x86_64-apple-darwin target: x86_64-apple-darwin
kind: native kind: native
- name: MacOS aarch64 - name: MacOS aarch64
os: macos-12 os: macos-14
target: aarch64-apple-darwin target: aarch64-apple-darwin
kind: native kind: native
# IOS # IOS
- name: IOS aarch64 - name: IOS aarch64
os: macos-12 os: macos-14
target: aarch64-apple-ios target: aarch64-apple-ios
kind: native kind: native
@ -249,7 +249,7 @@ jobs:
# MacOS # MacOS
- name: MacOS x86_64 - name: MacOS x86_64
os: macos-12 os: macos-14
target: x86_64-apple-darwin target: x86_64-apple-darwin
# Linux # Linux
@ -383,7 +383,7 @@ jobs:
# Mac # Mac
- name: Mac aarch64 - name: Mac aarch64
os: macos-13-xlarge os: macos-14
# Linux # Linux
- name: Linux x86_64 - name: Linux x86_64

View File

@ -62,7 +62,7 @@ jobs:
naga-validate-macos: naga-validate-macos:
name: "Validate: MSL" name: "Validate: MSL"
runs-on: macos-latest runs-on: macos-14
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4