Skip to content

Commit fa7fec2

Browse files
committed
Update GitHub workflows
1 parent 09c90d3 commit fa7fec2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ concurrency:
1212

1313
jobs:
1414
iOS:
15-
name: Build and test on iOS (Xcode ${{ matrix.xcode }})
15+
name: Build and test on iOS ${{ matrix.os }} (Xcode ${{ matrix.xcode }})
1616
runs-on: macos-latest
17+
continue-on-error: true
1718
strategy:
1819
matrix:
1920
include:
2021
- xcode: 16.1
21-
destination: iPhone 16
22+
destination: iPhone 16 Pro
2223
os: 18.1
2324
- xcode: 16.1
24-
destination: iPhone 15
25-
os: 17.0
25+
destination: iPhone 15 Pro
26+
os: 17.5
2627
steps:
2728
- uses: actions/checkout@v4
2829
- name: Select Xcode version

.github/workflows/build_example_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
include:
2020
- xcode: 16.1
21-
destination: iPhone 16
21+
destination: iPhone 16 Pro
2222
os: 18.1
2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)