Skip to content

Commit 7415081

Browse files
committed
Update workflow platform matrix
feature/add-unmanaged-protocol-for-types-that-prefer-a-unique-id-other-than-ObjectID
1 parent db1c0d5 commit 7415081

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- '*'
9+
- "*"
1010
workflow_dispatch:
1111

1212
jobs:
@@ -25,9 +25,9 @@ jobs:
2525
matrix:
2626
include:
2727
- os: macos-13
28-
xcode: 14.3.1 # Swift 5.8.1
29-
- os: macos-13
30-
xcode: '15.2' # Swift 5.9.2
28+
xcode: "15.2" # Swift 5.9.2
29+
- os: macos-14
30+
xcode: "15.3" # Swift 5.10
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)