Skip to content

Commit

Permalink
Use macos-12 runner for iOS targets so Xcode 13 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Sep 24, 2024
1 parent c0c4244 commit 4af86d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
macos:
runs-on: ${{ fromJson('{"macos":"macos-13","ios":"macos-13","iosSim":"macos-13","tvos":"macos-13","tvosSim":"macos-13"}')[matrix.target] }}
runs-on: ${{ fromJson('{"macos":"macos-13","ios":"macos-12","iosSim":"macos-12","tvos":"macos-13","tvosSim":"macos-13"}')[matrix.target] }}
strategy:
matrix:
target: ["macos", "ios", "iosSim", "tvos", "tvosSim"]
Expand Down

0 comments on commit 4af86d7

Please sign in to comment.