Skip to content

Commit

Permalink
use macos 14 (#40)
Browse files Browse the repository at this point in the history
* use macos 14

* use afreshy as reviewer
  • Loading branch information
evandcoleman authored Sep 26, 2024
1 parent c4bf306 commit 96cbcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -16,4 +16,4 @@ jobs:
run: cd .scripts && sh ./package.sh
env:
AUTHOR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REVIEWER_TOKEN: ${{ secrets.REVIEWER_TOKEN }}
REVIEWER_TOKEN: ${{ secrets.AFRESHY_PAT }}

0 comments on commit 96cbcc7

Please sign in to comment.