Skip to content

Commit

Permalink
Update cmake.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Jul 5, 2024
1 parent 874bec8 commit 54557ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CC: gcc-13
CXX: g++-13
CC: gcc-14
CXX: g++-14

jobs:
build:
Expand All @@ -23,14 +23,14 @@ jobs:
matrix:
# clang on macos-latest cannot compile ranges
os: [macos-latest]
compiler: [g++-13]
compiler: [g++-14]
exclude:
# Only default compiler on macos-latest
- os: macos-latest
compiler: clang
include:
- os: macos-latest
compiler: g++-13
compiler: g++-14

steps:

Expand Down

0 comments on commit 54557ac

Please sign in to comment.