Skip to content

Commit 5822e82

Browse files
authored
ci: update the test job to use macos-13 and xcode 15+
1 parent 56544d9 commit 5822e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
path: dist/dSYMs
7272
test:
7373
name: Test
74-
runs-on: macos-latest
74+
runs-on: macos-13
7575
needs: build
7676
steps:
7777
- uses: maxim-lobanov/setup-xcode@v1
7878
with:
79-
xcode-version: latest-stable
79+
xcode-version: "^15.0"
8080
- uses: actions/checkout@v3
8181
- name: LLVM cache
8282
uses: actions/cache@v3

0 commit comments

Comments
 (0)