Skip to content

Commit 9cf2c3b

Browse files
authored
Updated CI Xcode versions (SwiftUIX#373)
1 parent 95dfcbc commit 9cf2c3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-11, macos-12]
12-
xcode: ['13.1', '13.2.1', '13.3']
12+
xcode: ['13.1', '13.2.1', '13.3.1', '13.4']
1313
build_type: ['debug', 'release']
1414
exclude:
1515
- os: macos-11
16-
xcode: '13.3'
16+
xcode: '13.3.1'
17+
- os: macos-11
18+
xcode: '13.4'
1719
runs-on: ${{ matrix.os }}
1820
env:
1921
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

0 commit comments

Comments
 (0)