Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist authored Apr 2, 2024
1 parent 1f3c26c commit 03fb385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ jobs:
os: ubuntu-latest
config_arg: CFLAGS='-O0'
- name: macos
os: macos-latest
os: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: OS Dependencies
if: runner.os == 'MacOS'
if: ${{runner.os == 'MacOS'}}
run: brew install parallel
- name: configure tree
run: |
Expand Down

0 comments on commit 03fb385

Please sign in to comment.