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

Commit fe81ff5

Browse files
committed
chore: fix ci/cd
1 parent ae270c5 commit fe81ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
tag_name: ${{ github.ref_name }}
9393

9494
macos-x64:
95-
runs-on: macos-13
95+
runs-on: macos-15-intel
9696
steps:
9797
- uses: actions/checkout@v4
9898
with:
@@ -116,7 +116,7 @@ jobs:
116116
tag_name: ${{ github.ref_name }}
117117

118118
macos-arm64:
119-
runs-on: macos-14
119+
runs-on: macos-latest
120120
steps:
121121
- uses: actions/checkout@v4
122122
with:

0 commit comments

Comments
 (0)