Skip to content

Commit

Permalink
ci: use macos-13 on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jan 30, 2024
1 parent c604b9f commit 1f0a6b5
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,11 +7,11 @@ env:
jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: "^15.0"
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down Expand Up @@ -55,12 +55,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 1f0a6b5

Please sign in to comment.