From ae2107e887b9cc693abacaf3c9b28705fdc0b49a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Jan 2024 22:40:19 +0000 Subject: [PATCH] Update Swift docker images to 5.9.2 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 90521832..4bfa5b53 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "swift:5.7.1", + "image": "swift:5.9.2", "customizations": { "vscode": { "settings": { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 465cde2d..be018378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: build-test-linux: name: Build and Test (Linux) runs-on: ubuntu-latest - container: swift:5.9-jammy + container: swift:5.9.2-jammy steps: - name: Checkout uses: actions/checkout@v4