Skip to content

Commit 82c997e

Browse files
committed
chore: Update github action to use newer Xcodes to test on
1 parent ad35091 commit 82c997e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- '*'
8+
branches:
9+
- "*"
1010

1111
jobs:
1212
test-xcode:
@@ -15,9 +15,8 @@ jobs:
1515
matrix:
1616
# see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software for versions
1717
xcode:
18-
- 11.7
19-
- 12.5.1
20-
- 13.2.1
18+
- 14.3.1
19+
- 15.2
2120

2221
steps:
2322
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)