Skip to content

Commit

Permalink
CI: macOS 11->12 (#1653)
Browse files Browse the repository at this point in the history
GitHub macOS 11 runners are gone. 12-14 are supported.
  • Loading branch information
ax3l committed Jul 20, 2024
1 parent 0358d09 commit ff6cf66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# appleclang10_py37_h5_ad2_libcpp
# appleclang11_nopy_nompi_h5_ad2

appleclang14_py_mpi_h5_ad2:
appleclang15_py_mpi_h5_ad2:
runs-on: macos-latest
if: github.event.pull_request.draft == false
steps:
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
cmake --build build --parallel 3
ctest --test-dir build --verbose
appleclang13_py:
runs-on: macos-11
appleclang14_py:
runs-on: macos-12
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ff6cf66

Please sign in to comment.