Skip to content

Commit

Permalink
Revise platform/build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis authored Jul 29, 2024
1 parent cf53089 commit c06ad61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
os_ver: "24.04"
config: Release
coverage: false
cc: gcc-11
cxx: g++-11
cc: gcc-13
cxx: g++-13
- os: ubuntu
os_ver: "22.04"
config: Release
Expand All @@ -30,12 +30,6 @@ jobs:
coverage: false
cc: cl
cxx: cl
- os: macos
os_ver: "14"
config: Release
coverage: false
cc: clang
cxx: clang++
- os: macos
os_ver: "13"
config: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
include:
- os: ubuntu
os_ver: "24.04"
os_ver: "22.04"
cc: gcc-10
cxx: g++-10
- os: windows
Expand Down

0 comments on commit c06ad61

Please sign in to comment.