Skip to content

Commit

Permalink
[update] ci.yml, disable GCC13 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
yymmt742 committed Jun 4, 2024
1 parent ed662bc commit 9db6c67
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 @@ -34,6 +34,8 @@ jobs:
toolchain: {compiler: gcc, version: 9}
- os: macos-latest
toolchain: {compiler: gcc, version: 10}
- os: macos-latest
toolchain: {compiler: gcc, version: 13}
- os: macos-latest
toolchain: {compiler: intel, version: '2023.2'}
- os: macos-latest
Expand Down

0 comments on commit 9db6c67

Please sign in to comment.