Skip to content

Commit

Permalink
Update Swift docker images to 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jan 15, 2024
1 parent d819d73 commit ae2107e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "swift:5.7.1",
"image": "swift:5.9.2",
"customizations": {
"vscode": {
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae2107e

Please sign in to comment.