Skip to content

Commit

Permalink
chore: use macos-13 runner and node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Jan 24, 2024
1 parent 48fcd5e commit f4882bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
jobs:
build:
name: Build
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -19,7 +19,7 @@ jobs:
key: ${{ hashFiles('download_llvm.sh') }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
path: dist/dSYMs
test:
name: Test
runs-on: macos-12
runs-on: macos-13
needs: build
steps:
- uses: actions/checkout@v3
Expand All @@ -63,7 +63,7 @@ jobs:
key: ${{ hashFiles('download_llvm.sh') }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f4882bd

Please sign in to comment.