Skip to content

Commit

Permalink
fix slow g++11
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Oct 7, 2023
1 parent 12e58c8 commit 51f7bd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
env:
MKLROOT: ~/.local
MACOSX_DEPLOYMENT_TARGET: '10.9'
CC: gcc-9
CXX: g++-9
run: |
mkdir build
cd build
Expand All @@ -91,6 +93,8 @@ jobs:
env:
MKLROOT: ~/.local
MACOSX_DEPLOYMENT_TARGET: '10.9'
CC: gcc-9
CXX: g++-9
run: |
mkdir build
cd build
Expand All @@ -102,6 +106,8 @@ jobs:
if: matrix.parallel == 'serial' && matrix.os == 'ubuntu-22.04'
env:
MKLROOT: ~/.local
CC: gcc-9
CXX: g++-9
run: |
mkdir build_test
cd build_test
Expand Down

0 comments on commit 51f7bd6

Please sign in to comment.