We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80f89b commit aa869b6Copy full SHA for aa869b6
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: macos-latest
13
strategy:
14
matrix:
15
- xcode: ['13.4.1', '14.1']
+ xcode: ['14.3.1', '14.0']
16
steps:
17
- uses: actions/checkout@v3
18
- name: Select Xcode ${{ matrix.xcode }}
@@ -27,7 +27,7 @@ jobs:
27
Linux:
28
runs-on: ubuntu-latest
29
container:
30
- image: swiftlang/swift@sha256:f212429011a4c3592ffaa660fd78b5bc149e9df7920da02dfc0e7a761582fa10 # swiftlang/swift:nightly-5.9-focal 2023-08-16
+ image: swiftlang/swift@sha256:f212429011a4c3592ffaa660fd78b5bc149e9df7920da02dfc0e7a761582fa10 # swiftlang/swift:nightly-5.9-focal 2023-08-16
31
32
33
- name: Get swift version
0 commit comments