Skip to content

Commit aa869b6

Browse files
committed
Fix indent again
1 parent d80f89b commit aa869b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-latest
1313
strategy:
1414
matrix:
15-
xcode: ['13.4.1', '14.1']
15+
xcode: ['14.3.1', '14.0']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Select Xcode ${{ matrix.xcode }}
@@ -27,7 +27,7 @@ jobs:
2727
Linux:
2828
runs-on: ubuntu-latest
2929
container:
30-
image: swiftlang/swift@sha256:f212429011a4c3592ffaa660fd78b5bc149e9df7920da02dfc0e7a761582fa10 # swiftlang/swift:nightly-5.9-focal 2023-08-16
30+
image: swiftlang/swift@sha256:f212429011a4c3592ffaa660fd78b5bc149e9df7920da02dfc0e7a761582fa10 # swiftlang/swift:nightly-5.9-focal 2023-08-16
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Get swift version

0 commit comments

Comments
 (0)