Skip to content

Commit 6848b15

Browse files
committed
fix: use macOS 14 with M1 on GitHub Actions
1 parent cd4ac2f commit 6848b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
sign:
8-
runs-on: macos-13
8+
runs-on: macos-14
99
timeout-minutes: 30
1010
env:
1111
SECRET_URL: "${{ secrets.SECRET_URL }}"

0 commit comments

Comments
 (0)