Skip to content

Commit 8164723

Browse files
committed
Update CI
1 parent 52e0423 commit 8164723

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
- postgres-image-a: 'postgres:13'
4646
postgres-image-b: 'postgres:14'
4747
postgres-auth: 'trust'
48-
swift-image: 'swift:5.8-focal'
48+
swift-image: 'swift:5.9-focal'
4949
- postgres-image-a: 'postgres:15'
5050
postgres-image-b: 'postgres:16'
5151
postgres-auth: 'md5'
5252
swift-image: 'swift:5.10-jammy'
5353
- postgres-image-a: 'postgres:15'
5454
postgres-image-b: 'postgres:16'
5555
postgres-auth: 'scram-sha-256'
56-
swift-image: 'swiftlang/swift:nightly-6.0-jammy'
56+
swift-image: 'swift:6.0-jammy'
5757
container: ${{ matrix.swift-image }}
5858
runs-on: ubuntu-latest
5959
services:
@@ -89,8 +89,6 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
include:
92-
- macos-version: macos-13
93-
xcode-version: '~14.3'
9492
- macos-version: macos-14
9593
xcode-version: latest
9694
runs-on: ${{ matrix.macos-version }}

0 commit comments

Comments
 (0)