Skip to content

Commit

Permalink
Merge branch 'trunk' into enabled-feature-backends
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 30, 2024
2 parents 02577ce + ecd5836 commit f61827a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:

# MacOS
- name: MacOS x86_64
os: macos-12
os: macos-14
target: x86_64-apple-darwin

# Linux
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:

# Mac
- name: Mac aarch64
os: macos-13-xlarge
os: macos-14

# Linux
- name: Linux x86_64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
naga-validate-macos:
name: "Validate: MSL"
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f61827a

Please sign in to comment.