From 36018f8c1733ea5709925f3870691eea391284c1 Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Fri, 24 Jan 2025 15:41:39 +0000 Subject: [PATCH] Update from hummingbird-project-template 0b656c263fbdc701e96ca5098b3d37ddc3834a6f --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15fc1d8..5f5b06e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swift:5.10", "swift:6.0"] + image: ["swift:5.10", "swift:6.0", "swiftlang/swift:nightly-6.1-jammy"] container: image: ${{ matrix.image }} steps: