Skip to content

Commit

Permalink
ci: Bump macOS runner to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 15, 2024
1 parent e7633ed commit 2329992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:

macOS:
name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }})
runs-on: macOS-11
runs-on: macOS-13
needs: Init
strategy:
matrix:
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:

macOSUniversal:
name: Build macOS Universal Bundle (${{ matrix.configuration }})
runs-on: macOS-11
runs-on: macOS-13
needs: [macOS]
strategy:
matrix:
Expand Down

0 comments on commit 2329992

Please sign in to comment.