Skip to content

Commit 979d9a4

Browse files
committed
fix macos CI
1 parent 79bf81a commit 979d9a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-binaries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- os: linux
1919
runner: ubuntu-20.04
2020
- os: macos-intel
21-
runner: macos-11
21+
runner: macos-13
22+
- os: macos-arm
23+
runner: macos-14
2224
runs-on: ${{ matrix.runner }}
2325
steps:
2426
- name: check out code

0 commit comments

Comments
 (0)