Skip to content

Commit 450ef7b

Browse files
committed
chore: use macos-13 runner and node 20
1 parent f518b71 commit 450ef7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
jobs:
88
build:
99
name: Build
10-
runs-on: macos-12
10+
runs-on: macos-13
1111
steps:
1212
- uses: actions/checkout@v3
1313
with:
@@ -19,7 +19,7 @@ jobs:
1919
key: ${{ hashFiles('download_llvm.sh') }}
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
- name: Install Python
2424
uses: actions/setup-python@v4
2525
with:
@@ -52,7 +52,7 @@ jobs:
5252
path: dist/dSYMs
5353
test:
5454
name: Test
55-
runs-on: macos-12
55+
runs-on: macos-13
5656
needs: build
5757
steps:
5858
- uses: actions/checkout@v3
@@ -63,7 +63,7 @@ jobs:
6363
key: ${{ hashFiles('download_llvm.sh') }}
6464
- uses: actions/setup-node@v3
6565
with:
66-
node-version: 18
66+
node-version: 20
6767
- name: Install Python
6868
uses: actions/setup-python@v4
6969
with:

0 commit comments

Comments
 (0)