Skip to content

Commit

Permalink
Merge pull request #479 from danger/use_xcode_12.5.1-1
Browse files Browse the repository at this point in the history
Use Xcode 12.5.1
  • Loading branch information
f-meloni authored Oct 23, 2021
2 parents ed3dc3e + 32fa334 commit 5cced01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macOS-11
strategy:
matrix:
xcode: ["12.4", "12.5", "13.0"]
xcode: ["12.4", "12.5.1", "13.0"]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: macOS-11
strategy:
matrix:
xcode: ["12.4", "12.5", "13.0"]
xcode: ["12.4", "12.5.1", "13.0"]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5cced01

Please sign in to comment.