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 f518b71 commit 450ef7bCopy full SHA for 450ef7b
.github/workflows/pull_request.yml
@@ -7,7 +7,7 @@ env:
7
jobs:
8
build:
9
name: Build
10
- runs-on: macos-12
+ runs-on: macos-13
11
steps:
12
- uses: actions/checkout@v3
13
with:
@@ -19,7 +19,7 @@ jobs:
19
key: ${{ hashFiles('download_llvm.sh') }}
20
- uses: actions/setup-node@v3
21
22
- node-version: 18
+ node-version: 20
23
- name: Install Python
24
uses: actions/setup-python@v4
25
@@ -52,7 +52,7 @@ jobs:
52
path: dist/dSYMs
53
test:
54
name: Test
55
56
needs: build
57
58
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments