Skip to content

Commit

Permalink
actions: macos-14 runners (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya authored Feb 27, 2024
1 parent bcdca75 commit de6a6ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
macos-aarch64:
# Config
name: release - macos-aarch64
runs-on: macos-latest
runs-on: macos-14
env:
TARGET: aarch64-apple-darwin
ARCHIVE_NAME: wgpu-macos-aarch64
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
target: x86_64-unknown-linux-gnu
# Macos
- name: Macos x86_64
os: macos-latest
os: macos-14
target: x86_64-apple-darwin
- name: Macos aarch64
os: macos-latest
os: macos-14
target: aarch64-apple-darwin
# Windows
- name: Windows gnu x86_64
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
echo "BINDGEN_EXTRA_CLANG_ARGS='-isysroot $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot'" >> $GITHUB_ENV
# iOS
- name: iOS stable
os: macos-latest
os: macos-14
target: aarch64-apple-ios
steps:
- name: Checkout
Expand Down Expand Up @@ -160,8 +160,8 @@ jobs:
xorg-dev libwayland-dev libxkbcommon-dev wayland-protocols \
libegl1-mesa-dev mesa-vulkan-drivers
- name: Macos
os: macos-latest
target: x86_64-apple-darwin
os: macos-14
target: aarch64-apple-darwin
shell: bash
setup_env: brew install cmake ninja
- name: Windows gnu
Expand Down

0 comments on commit de6a6ec

Please sign in to comment.