Skip to content

Commit bdd1a97

Browse files
committed
Fixing Mac CI
1 parent 30de539 commit bdd1a97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- os: macos-latest
29+
- {os: macos-latest, version: 16.0 }
3030
- os: windows-latest
3131
- {os: ubuntu-latest, compiler: gcc, version: 11 }
3232
- {os: ubuntu-latest, compiler: gcc, version: 12 }
@@ -64,6 +64,9 @@ jobs:
6464
echo "CXX=g++-${{ matrix.version }}" >> $GITHUB_ENV
6565
fi
6666
fi
67+
if [[ '${{ matrix.os }}' == macos-* ]]; then
68+
echo "DEVELOPER_DIR=/Applications/Xcode_-${{ matrix.version }}.app" >> $GITHUB_ENV
69+
fi
6770
6871
- name: Configure
6972
shell: bash

0 commit comments

Comments
 (0)