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 5822e82 commit 415fc3fCopy full SHA for 415fc3f
.github/workflows/npm_release.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
build:
13
name: Build
14
- runs-on: macos-13
+ runs-on: macos-14
15
outputs:
16
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
17
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
.github/workflows/pull_request.yml
@@ -7,7 +7,7 @@ env:
7
8
9
10
- runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
0 commit comments