Skip to content

Commit

Permalink
Switched back to default C compiler on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Apr 25, 2024
1 parent b84b5d7 commit 72e0fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: ./run.sh
- run: cd tests && CC=gcc-11 make && ./tests
- run: cd tests && make && ./tests
python:
name: ${{ matrix.os }} / Python
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 72e0fec

Please sign in to comment.