Skip to content

Commit

Permalink
fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Jan 10, 2025
1 parent 79bf81a commit 979d9a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- os: linux
runner: ubuntu-20.04
- os: macos-intel
runner: macos-11
runner: macos-13
- os: macos-arm
runner: macos-14
runs-on: ${{ matrix.runner }}
steps:
- name: check out code
Expand Down

0 comments on commit 979d9a4

Please sign in to comment.