Skip to content

Commit

Permalink
macos-12 runner is deprecated (#3021)
Browse files Browse the repository at this point in the history
Follow `macos-latest`; if issues come up, can always temporarily pin to
the latest working version
  • Loading branch information
n8henrie authored Jan 9, 2025
1 parent e0cfb48 commit 2812fe5
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 @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-latest
env:
QS_DONT_SIGN: 1
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

sign:
needs: build
runs-on: macos-12
runs-on: macos-latest
if: startsWith(github.ref, 'refs/tags/v')
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
Expand Down

0 comments on commit 2812fe5

Please sign in to comment.