Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Apr 16, 2024
1 parent 5c21c96 commit 8d18208
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^14.3
xcode-version: ^15.3
- uses: actions/checkout@v4
- name: Generate Podspec
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- name: Generate Podspec
run: ./Scripts/generate-podspec.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- uses: actions/checkout@v4
- name: Run SwiftPM Tests
run: swift test --enable-code-coverage --parallel
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ^15.2
xcode-version: ^15.3
- name: Determine Xcode destination
id: xcode-destination
env:
Expand Down

0 comments on commit 8d18208

Please sign in to comment.