Skip to content

Commit

Permalink
Remove 'macOS 12' GitHub runner
Browse files Browse the repository at this point in the history
GitHub is removing the `macOS 12` runner image by 2024-12-03
See actions/runner-images#10721
  • Loading branch information
lauft committed Nov 22, 2024
1 parent 47a750c commit 79a9cd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
runner: ubuntu-22.04
- name: "macOS 14"
runner: macos-14
- name: "macOS 12"
runner: macos-12
- name: "macOS 13"
runner: macos-13
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 79a9cd9

Please sign in to comment.