Skip to content

Commit

Permalink
try macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jul 2, 2024
1 parent 7fc77b7 commit c8843fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
path: czmq
- name: build
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-latest'
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'macos-latest'
shell: bash
working-directory: czmq
run: ./ci_build.sh

0 comments on commit c8843fa

Please sign in to comment.