Skip to content

Commit

Permalink
Fix workflow for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 2, 2024
1 parent 79a1803 commit 868cdb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Configure Compiler
run: |
if [ "${{ matrix.compiler }}" = "gcc" ]; then
ls -ls /Applications/
sudo xcode-select -switch /Applications/Xcode_13.2.app
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV
echo "CXX=g++-${{ matrix.version }}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 868cdb1

Please sign in to comment.