Skip to content

Commit b82912b

Browse files
authored
Merge pull request #119 from matrix-org/langleyd/update-runners-to-latest
Update runners to ubuntu-latest
2 parents 0c9cfd9 + 635d690 commit b82912b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
gradle:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
concurrency:
1313
# When running on main, use the sha to allow all runs of this workflow to run concurrently.

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: macos-14
1111

1212
concurrency:
1313
# When running on main, use the sha to allow all runs of this workflow to run concurrently.
@@ -19,9 +19,9 @@ jobs:
1919
- uses: actions/checkout@v3
2020

2121
- name: Install Swift
22-
uses: slashmo/install-swift@v0.3.0
22+
uses: swift-actions/setup-swift@v2
2323
with:
24-
version: 5.7
24+
swift-version: "6.1"
2525

2626
- name: Build for Swift
2727
run: swift build

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.6
1+
// swift-tools-version: 6.1
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)