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
- name: MacOS x86_64
os: macos-12
os: macos-14
target: x86_64-apple-darwin
kind: native
- name: MacOS aarch64
os: macos-12
os: macos-14
target: aarch64-apple-darwin
kind: native
# IOS
- name: IOS aarch64
os: macos-12
os: macos-14
target: aarch64-apple-ios
kind: native
@ -249,7 +249,7 @@ jobs:
# MacOS
- name: MacOS x86_64
os: macos-12
os: macos-14
target: x86_64-apple-darwin
# Linux
@ -383,7 +383,7 @@ jobs:
# Mac
- name: Mac aarch64
os: macos-13-xlarge
os: macos-14
# Linux
- name: Linux x86_64

View File

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