Skip to content

Commit

Permalink
Update GitHub Actions configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Aug 18, 2024
1 parent 42964a4 commit 4b512d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/carthage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
env:
- xcode: 13.4
- xcode: 15.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Upgrade Carthage"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
env:
- xcode: 13.4
- xcode: 15.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Select Xcode ${{ matrix.env.xcode }}"
uses: ./.github/actions/xcode-select
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
strategy:
matrix:
env:
- xcode: 13.4
- xcode: 15.4
runtime: "iOS 15.5"
device: "iPhone 13 Pro"
- xcode: 13.4
- xcode: 15.4
runtime: "iOS 14.5"
device: "iPhone 12 Pro Max"
- xcode: 13.4
- xcode: 15.4
runtime: "iOS 13.7"
device: "iPhone 11"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Select Xcode ${{ matrix.env.xcode }}"
Expand Down Expand Up @@ -54,17 +54,17 @@ jobs:
strategy:
matrix:
env:
- xcode: 13.4
- xcode: 15.4
runtime: "watchOS 8.5"
device: "Apple Watch Series 7 - 45mm"
- xcode: 13.4
- xcode: 15.4
runtime: "watchOS 7.4"
device: "Apple Watch Series 6 - 44mm"
- xcode: 13.4
- xcode: 15.4
runtime: "watchOS 6.2"
device: "Apple Watch Series 4 - 40mm"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Select Xcode ${{ matrix.env.xcode }}"
Expand Down

0 comments on commit 4b512d2

Please sign in to comment.