Skip to content

Commit 96cbcc7

Browse files
authored
use macos 14 (#40)
* use macos 14 * use afreshy as reviewer
1 parent c4bf306 commit 96cbcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macos-latest
10+
runs-on: macos-14
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
@@ -16,4 +16,4 @@ jobs:
1616
run: cd .scripts && sh ./package.sh
1717
env:
1818
AUTHOR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
REVIEWER_TOKEN: ${{ secrets.REVIEWER_TOKEN }}
19+
REVIEWER_TOKEN: ${{ secrets.AFRESHY_PAT }}

0 commit comments

Comments
 (0)