Skip to content

Commit 83cf99b

Browse files
authored
Use macos-14 for Arm build
1 parent e5bfa0c commit 83cf99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
build_macos_arm64:
5353
name: Build MacOS Arm64
5454
# runs-on: [self-hosted, macOS]
55-
runs-on: 'macos-latest'
55+
runs-on: 'macos-14'
5656

5757
steps:
5858
- name: Checkout
@@ -160,3 +160,4 @@ jobs:
160160
bin/pico-sdk-tools-*-lin.tar.gz
161161
bin/openocd-*-lin.tar.gz
162162
bin/riscv-toolchain-*-lin.tar.gz
163+

0 commit comments

Comments
 (0)