Skip to content

Commit

Permalink
Updated GHA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmanshin committed May 17, 2024
1 parent 719f62b commit 6aba5f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@ jobs:
runs-on: ${{ matrix.OS }}
strategy:
matrix:
SWIFT_VERSION: ["5.10", "5.9", "5.8"]
SWIFT_VERSION: ["5.10", "5.9"]
include:
- SWIFT_VERSION: "5.10"
OS: macos-14
XCODE_APP_NAME: "Xcode_15.3"
- SWIFT_VERSION: "5.9"
OS: macos-13
XCODE_APP_NAME: "Xcode_15.2"
- SWIFT_VERSION: "5.8"
OS: macos-13
XCODE_APP_NAME: "Xcode_14.3.1"
steps:
- uses: actions/checkout@v4
- name: Select Xcode Version
Expand Down

0 comments on commit 6aba5f1

Please sign in to comment.