Skip to content

Commit b1525a3

Browse files
fixup! Update SDL references to fix compilation order
Update MacOS CI configuration.
1 parent ba88bc7 commit b1525a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: macOS-latest
1212
strategy:
1313
matrix:
14-
xcode: ["14.2"]
14+
xcode: ["14.3.1", "15.4", "16.0"]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3.5.2
17+
uses: actions/checkout@v4
1818

1919
- name: Select Xcode ${{ matrix.xcode }}
2020
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app

0 commit comments

Comments
 (0)