Skip to content

Commit 2912cfa

Browse files
chore(deps): update swift docker tag to v6
1 parent d797b72 commit 2912cfa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Swift 5.6",
3-
"image": "swift:5.6-focal",
3+
"image": "swift:6.1-focal",
44
"extensions": [
55
"sswg.swift-lang"
66
],

.github/workflows/merge-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
prepare:
1414
name: Calculate Version and Build number
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-20.04
1616

1717
outputs:
1818
build_number: ${{ steps.short_sha.outputs.value }}
@@ -42,7 +42,7 @@ jobs:
4242
if: needs.prepare.outputs.new_release == 'true'
4343

4444
name: Dev and Draft Releases
45-
runs-on: ubuntu-24.04
45+
runs-on: ubuntu-20.04
4646

4747
needs:
4848
- prepare

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
validate:
1717
name: Validate
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-20.04
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)