diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cd4cb2..b15b4f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,11 +17,11 @@ jobs: matrix: os: [ubuntu-latest] toolchain: [{compiler: gcc, version: 11}] - include: - - os: ubuntu-latest - toolchain: {compiler: intel, version: '2023.1'} - - os: ubuntu-latest - toolchain: {compiler: intel-classic, version: '2021.9'} + # include: + # - os: ubuntu-latest + # toolchain: {compiler: intel, version: '2023.1'} + # - os: ubuntu-latest + # toolchain: {compiler: intel-classic, version: '2021.9'} # - os: macos-latest # toolchain: {compiler: intel-classic, version: '2021.9'}