Skip to content

Commit 4b512d2

Browse files
committed
Update GitHub Actions configs
1 parent 42964a4 commit 4b512d2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/carthage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
env:
12-
- xcode: 13.4
12+
- xcode: 15.4
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
1717
- name: "Upgrade Carthage"

.github/workflows/spm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
env:
12-
- xcode: 13.4
12+
- xcode: 15.4
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: "Select Xcode ${{ matrix.env.xcode }}"
1616
uses: ./.github/actions/xcode-select
1717
with:

.github/workflows/xcode.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
strategy:
1010
matrix:
1111
env:
12-
- xcode: 13.4
12+
- xcode: 15.4
1313
runtime: "iOS 15.5"
1414
device: "iPhone 13 Pro"
15-
- xcode: 13.4
15+
- xcode: 15.4
1616
runtime: "iOS 14.5"
1717
device: "iPhone 12 Pro Max"
18-
- xcode: 13.4
18+
- xcode: 15.4
1919
runtime: "iOS 13.7"
2020
device: "iPhone 11"
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
2525
- name: "Select Xcode ${{ matrix.env.xcode }}"
@@ -54,17 +54,17 @@ jobs:
5454
strategy:
5555
matrix:
5656
env:
57-
- xcode: 13.4
57+
- xcode: 15.4
5858
runtime: "watchOS 8.5"
5959
device: "Apple Watch Series 7 - 45mm"
60-
- xcode: 13.4
60+
- xcode: 15.4
6161
runtime: "watchOS 7.4"
6262
device: "Apple Watch Series 6 - 44mm"
63-
- xcode: 13.4
63+
- xcode: 15.4
6464
runtime: "watchOS 6.2"
6565
device: "Apple Watch Series 4 - 40mm"
6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
with:
6969
submodules: recursive
7070
- name: "Select Xcode ${{ matrix.env.xcode }}"

0 commit comments

Comments
 (0)