Skip to content

Commit de6a6ec

Browse files
actions: macos-14 runners (#369)
1 parent bcdca75 commit de6a6ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
macos-aarch64:
244244
# Config
245245
name: release - macos-aarch64
246-
runs-on: macos-latest
246+
runs-on: macos-14
247247
env:
248248
TARGET: aarch64-apple-darwin
249249
ARCHIVE_NAME: wgpu-macos-aarch64

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
target: x86_64-unknown-linux-gnu
6262
# Macos
6363
- name: Macos x86_64
64-
os: macos-latest
64+
os: macos-14
6565
target: x86_64-apple-darwin
6666
- name: Macos aarch64
67-
os: macos-latest
67+
os: macos-14
6868
target: aarch64-apple-darwin
6969
# Windows
7070
- name: Windows gnu x86_64
@@ -114,7 +114,7 @@ jobs:
114114
echo "BINDGEN_EXTRA_CLANG_ARGS='-isysroot $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot'" >> $GITHUB_ENV
115115
# iOS
116116
- name: iOS stable
117-
os: macos-latest
117+
os: macos-14
118118
target: aarch64-apple-ios
119119
steps:
120120
- name: Checkout
@@ -160,8 +160,8 @@ jobs:
160160
xorg-dev libwayland-dev libxkbcommon-dev wayland-protocols \
161161
libegl1-mesa-dev mesa-vulkan-drivers
162162
- name: Macos
163-
os: macos-latest
164-
target: x86_64-apple-darwin
163+
os: macos-14
164+
target: aarch64-apple-darwin
165165
shell: bash
166166
setup_env: brew install cmake ninja
167167
- name: Windows gnu

0 commit comments

Comments
 (0)