Skip to content

Commit

Permalink
trying to fix macos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nirandaperera authored Aug 3, 2022
1 parent ef1af26 commit cda5c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-11
- os: macos-12

steps:
- uses: actions/checkout@v2
Expand All @@ -41,4 +41,4 @@ jobs:
run: python build.py --cpp --python --test

- name: Run pytest
run: python build.py --pytest
run: python build.py --pytest

0 comments on commit cda5c2c

Please sign in to comment.