Skip to content

Commit

Permalink
ci: disable gcc-13 on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 9, 2024
1 parent d91e933 commit 640c127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
exclude:
- os: macos-12
toolchain: {compiler: intel, version: '2024.1'}
- os: macos-12
toolchain: {compiler: gcc, version: 13}
env:
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

Expand Down

0 comments on commit 640c127

Please sign in to comment.