Skip to content

Commit

Permalink
Use newer macOS runner and Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp committed Oct 29, 2021
1 parent caa2cf5 commit 456eaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
jobs:
macos:
name: macOS
runs-on: macos-latest
runs-on: macos-11
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '12.4'
xcode-version: '13'
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
Expand Down

0 comments on commit 456eaa5

Please sign in to comment.