Skip to content

Commit

Permalink
Don't use matrix for os
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 21, 2024
1 parent bd9d0e2 commit 4676b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
#
# No Fortran, parallel, or VFDs that rely on POSIX things
- name: "Windows MSVC"
os: [windows-2019, windows-latest]
os: windows-latest
cpp: ON
fortran: OFF
java: ON
Expand All @@ -65,7 +65,7 @@ jobs:
# We might think about adding Clang, but MacOS already tests that
# so it's not critical
- name: "Ubuntu gcc"
os: [ubuntu-20.04, ubuntu-latest]
os: ubuntu-latest
cpp: ON
fortran: ON
java: ON
Expand All @@ -86,7 +86,7 @@ jobs:
# We could also build with the Autotools via brew installing them,
# but that seems unnecessary
- name: "MacOS Clang"
os: [macos, macos-13, macos-14]
os: macos-latest
cpp: ON
fortran: ON
java: ON
Expand Down

0 comments on commit 4676b5d

Please sign in to comment.