Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit d39d5dc

Browse files
committed
ci: update macos runner and add write permissions
1 parent 5fd7d7e commit d39d5dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
build-mac:
1417
strategy:
1518
matrix:
1619
include:
1720
- os: macos-latest
1821
arch: arm64
19-
- os: macos-13
22+
- os: macos-15-intel
2023
arch: x64
2124
runs-on: ${{ matrix.os }}
2225
steps:

0 commit comments

Comments
 (0)