Skip to content

Commit

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

0 comments on commit 557e65e

Please sign in to comment.