Skip to content

Commit

Permalink
Version updates for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Apr 16, 2024
1 parent 410db0c commit e5f4ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.7]
cxx: [g++-8, g++-9, g++-10]
python-version: [3.10]
cxx: [g++-10, g++-11, g++-12]
include:
- os: macos-latest
python-version: 3.7
cxx: g++-10
python-version: 3.10
cxx: g++-12
runs-on: ${{ matrix.os }}
env:
CXX: ${{ matrix.cxx }}
Expand Down

0 comments on commit e5f4ad0

Please sign in to comment.