Skip to content

Commit

Permalink
macOS 12 runner image will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Oct 16, 2024
1 parent b0e6078 commit b3cc551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read
jobs:
xcode:
runs-on: macos-12
runs-on: macos-13
defaults:
run:
shell: bash
Expand All @@ -34,7 +34,7 @@ jobs:
MAC_CI: 1
timeout-minutes: 15
clang:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
config:
Expand Down

0 comments on commit b3cc551

Please sign in to comment.