Skip to content

Commit

Permalink
ci: update the test job to use macos-13 and xcode 15+
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 authored Jan 24, 2024
1 parent 56544d9 commit 5822e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
path: dist/dSYMs
test:
name: Test
runs-on: macos-latest
runs-on: macos-13
needs: build
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: "^15.0"
- uses: actions/checkout@v3
- name: LLVM cache
uses: actions/cache@v3
Expand Down

0 comments on commit 5822e82

Please sign in to comment.