Skip to content

Commit

Permalink
Bump to macos and intel-classic version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 2, 2024
1 parent abcd256 commit cf1cfe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-13]
toolchain:
- { compiler: gcc, version: 10 }
- { compiler: gcc, version: 11 }
- { compiler: gcc, version: 12 }
- { compiler: gcc, version: 13 }
- { compiler: intel, version: "2024.1" }
- { compiler: intel-classic, version: "2021.9" }
- { compiler: intel-classic, version: "2021.10" }
build: [cmake]
include:
- os: ubuntu-latest
build: cmake-inline
toolchain:
- { compiler: gcc, version: 10 }
exclude:
- os: macos-12
- os: macos-13
toolchain: { compiler: intel, version: "2024.1" }
- os: macos-12
- os: macos-13
toolchain: { compiler: gcc, version: 13 }
env:
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
Expand Down

0 comments on commit cf1cfe1

Please sign in to comment.