Skip to content

Commit

Permalink
try to get xcode working on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Dec 4, 2023
1 parent 9507e2d commit c8ac938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
with:
path: openmp-install
key: openmp-macos-release-11.0.0
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_12.4.app/Contents/Developer'
- name: checkout
if: steps.cache-openmp.outputs.cache-hit != 'true'
uses: actions/checkout@v2
Expand Down

0 comments on commit c8ac938

Please sign in to comment.