Skip to content

Commit

Permalink
adjusted macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
3a4oT committed Mar 12, 2024
1 parent b79283e commit f104361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
macos-build:
runs-on: macos-latest
runs-on: macOS-13

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build (macOS)
run: swift build -v
- name: Run tests
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build (Ubuntu)
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit f104361

Please sign in to comment.