Skip to content

Commit

Permalink
ci(macos): use xcode clt 14.3.1 for intel c++ compiler compatibility (#…
Browse files Browse the repository at this point in the history
…181)

* gridgen build fails with newer versions of xcode
  • Loading branch information
wpbonelli committed Jun 12, 2024
1 parent b70dce7 commit b79af98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- uses: maxim-lobanov/setup-xcode@v1
if: runner.os == 'macOS'
with:
xcode-version: "14.3.1"

- name: Setup ${{ env.FC }} ${{ env.FC_V }}
uses: fortran-lang/setup-fortran@v1
with:
Expand Down

0 comments on commit b79af98

Please sign in to comment.