We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd7d7e commit d39d5dcCopy full SHA for d39d5dc
1 file changed
.github/workflows/publish.yml
@@ -9,14 +9,17 @@ concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: true
11
12
+permissions:
13
+ contents: write
14
+
15
jobs:
16
build-mac:
17
strategy:
18
matrix:
19
include:
20
- os: macos-latest
21
arch: arm64
- - os: macos-13
22
+ - os: macos-15-intel
23
arch: x64
24
runs-on: ${{ matrix.os }}
25
steps:
0 commit comments