mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-18 01:43: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
|
# 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
|
||||||
|
2
.github/workflows/shaders.yml
vendored
2
.github/workflows/shaders.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user