Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Setup Swift 5.9, as the secp256k1 dependency requires newer than what…
Browse files Browse the repository at this point in the history
… Github runs by default
  • Loading branch information
amika-sq committed Dec 14, 2023
1 parent 7cffc3b commit 98d5c9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift
name: CI

on:
push:
Expand All @@ -11,6 +11,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"
- name: Build
run: swift build
- name: Run tests
Expand Down
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.7.1
// swift-tools-version: 5.9
import PackageDescription

let package = Package(
Expand Down

0 comments on commit 98d5c9b

Please sign in to comment.