Skip to content

Commit

Permalink
CI: update macOS github OS
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Aug 30, 2022
1 parent 8552472 commit ec801a0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 101 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos10_15, macos11, macos11_12sdk]
os: [macos11, macos12]
parallel: [serial]
include:
- os: macos10_15
image: macos-10.15
compiler: xcode12_1_1
- os: macos11
image: macos-11
compiler: xcode13_0
- os: macos11_12sdk
image: macos-11
compiler: xcode13_2_1
- os: macos12
image: macos-12
compiler: xcode13_4_1

steps:
- uses: actions/checkout@v3
Expand Down
23 changes: 0 additions & 23 deletions scripts/ci/cmake-v2/ci-macos10_15-xcode12_1_1-mpi.cmake

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/ci/cmake-v2/ci-macos10_15-xcode12_1_1-serial.cmake

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/ci/cmake-v2/ci-macos11-xcode13_0-mpi.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/ci/cmake-v2/ci-macos11-xcode13_0-serial.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Client maintainer: chuck.atkins@kitware.com
# Client maintainer: vicente.bolea@kitware.com
set(ENV{CC} clang)
set(ENV{CXX} clang++)
set(ENV{FC} gfortran-11)
Expand Down
23 changes: 0 additions & 23 deletions scripts/ci/cmake-v2/ci-macos11_12sdk-xcode13_2_1-mpi.cmake

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Client maintainer: chuck.atkins@kitware.com
# Client maintainer: vicente.bolea@kitware.com
set(ENV{CC} clang)
set(ENV{CXX} clang++)
set(ENV{FC} gfortran-11)
Expand Down

0 comments on commit ec801a0

Please sign in to comment.