Skip to content

Commit

Permalink
Replace deprecated runner macos-12 by macos-latest in GitHub actions
Browse files Browse the repository at this point in the history
The macOS 12 runner image will be removed by December 3rd, 2024.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 17, 2024
1 parent 3ebed57 commit b4adf24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/autotools-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
fail-fast: false
matrix:
config:
- { name: macos-12-clang-14-autotools, os: macos-12, cxx: clang++ }
#- { name: macos-12-gcc-11-autotools, os: macos-12, cxx: g++-11 }
- { name: macos-latest-clang-autotools, os: macos-latest, cxx: clang++ }

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -114,7 +113,7 @@ jobs:
fail-fast: false
matrix:
config:
- { name: macos-12-clang-14-autotools, os: macos-12, cxx: clang++ }
- { name: macos-latest-clang-autotools, os: macos-latest, cxx: clang++ }

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
config:
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
- { name: macos-14-gcc-14-cmake, os: macos-14, cxx: g++-14 } #installed
- { name: macos-15-clang-cmake, os: macos-15, cxx: clang++ } # default

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittest-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
config:
- { name: macos-arm-14-clang-unittest, os: macos-14, cxx: clang++ } # Apple silicon
- { name: macos-12-clang-unittest, os: macos-12, cxx: clang++ }
- { name: macos-12-gcc-unittest, os: macos-12, cxx: g++ }
- { name: macos-latest-clang-unittest, os: macos-latest, cxx: clang++ }
- { name: macos-latest-gcc-unittest, os: macos-latest, cxx: g++ }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b4adf24

Please sign in to comment.