Skip to content

Commit

Permalink
Update to macos-13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Feb 6, 2025
1 parent 8c93781 commit fb94977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: macos-13
env:
QS_BUILD_ONLY: 1
QS_SOURCE_ROOT: "/tmp/git/quicksilver"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

sign:
needs: build
runs-on: macos-11
runs-on: macos-13
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit fb94977

Please sign in to comment.