Skip to content

Commit d02d877

Browse files
committed
Merge branch 'master' of github.com:swiftuix/SwiftUIX
2 parents 529a114 + 3eba41e commit d02d877

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [macos-11]
12-
xcode: ['13.1', '13.2', '13.2.1']
11+
os: [macos-11, macos-12]
12+
xcode: ['13.1', '13.2.1', '13.3']
1313
build_type: ['debug', 'release']
14+
exclude:
15+
- os: macos-11
16+
xcode: '13.3'
1417
runs-on: ${{ matrix.os }}
1518
env:
1619
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

0 commit comments

Comments
 (0)