Skip to content

Commit

Permalink
xcode-version: 13.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Aug 8, 2022
1 parent db8d755 commit 44dd0bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:
test-type: [unit-tests, integration-tests, build-example-wallet, build-example-dapp]
Expand All @@ -27,6 +27,8 @@ jobs:

- name: Setup Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.4.1'

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 44dd0bc

Please sign in to comment.