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 868cdb1 commit e7a2374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
if [ "${{ matrix.compiler }}" = "gcc" ]; then
ls -ls /Applications/
sudo xcode-select -switch /Applications/Xcode_13.2.app
sudo xcode-select -switch /Applications/Xcode_14.3.app
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV
echo "CXX=g++-${{ matrix.version }}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit e7a2374

Please sign in to comment.