mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
ci: Update to macos-14, xlarge runner is no longer needed (#5165)
This commit is contained in:
parent
443d5f93dc
commit
ecd5836aed
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
2
.github/workflows/shaders.yml
vendored
2
.github/workflows/shaders.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
naga-validate-macos:
|
||||
name: "Validate: MSL"
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user