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