Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
gradle:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

concurrency:
# When running on main, use the sha to allow all runs of this workflow to run concurrently.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: macos-14

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

- name: Install Swift
uses: slashmo/install-swift@v0.3.0
uses: swift-actions/setup-swift@v2
with:
version: 5.7
swift-version: "6.1"

- name: Build for Swift
run: swift build
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.6
// swift-tools-version: 6.1

import PackageDescription

Expand Down
Loading