Skip to content

Commit

Permalink
Update github actions macos runners to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jan 8, 2024
1 parent c6c104e commit 0763a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: .\build
build-test-macos:
name: "Build and Test on macOS"
runs-on: macos-10.15
runs-on: macos-12
steps:
- name: "Checkout Repository"
uses: actions/checkout@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
retention-days: 60
build-ios:
name: "Build for iOS"
runs-on: macos-10.15
runs-on: macos-12
steps:
- name: "Checkout Repository"
uses: actions/checkout@v2
Expand Down

0 comments on commit 0763a6a

Please sign in to comment.