Skip to content

Commit

Permalink
Update CI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Aug 13, 2024
1 parent 8e57b49 commit 2f26349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
- { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' }
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.10' }
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11' }
- { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' }
- { os: macos-11, CC: clang, CXX: clang++, python: "3.10" }
- { os: macos-12, CC: clang, CXX: clang++, python: "3.11" }
- { os: macos-13, CC: clang, CXX: clang++, python: "3.12" }
#macos-latest is just macos-12 by August 2023! - { os: macos-latest, CC: clang, CXX: clang++, python: "3.11" }
- { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.12' }
- { os: macos-latest, CC: clang, CXX: clang++, python: "3.12" }
- { os: macos-12, CC: clang, CXX: clang++, python: "3.10" }
- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" }
name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/condatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- { os: ubuntu-20.04 }
- { os: ubuntu-22.04 }
- { os: ubuntu-latest }
- { os: macos-11 }
- { os: macos-latest }
- { os: macos-12 }
# - { os: macos-13 }
# - { os: macos-14 }
Expand Down

0 comments on commit 2f26349

Please sign in to comment.