Skip to content

Commit e412873

Browse files
authored
Merge pull request #280 from griff/fix/updates-required-for-github-build
Fix/updates required for GitHub build
2 parents bfa50dd + 243cf4f commit e412873

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
jobs:
66
build:
7-
runs-on: macos-10.15
7+
runs-on: macos-13
88
steps:
99
- name: Setup | Checkout
1010
uses: actions/checkout@v2

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "sparkle-project/Sparkle" == 1.22.0
1+
binary "https://sparkle-project.org/Carthage/Sparkle.json" == 1.27.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "sparkle-project/Sparkle" "1.22.0"
1+
binary "https://sparkle-project.org/Carthage/Sparkle.json" "1.27.1"

0 commit comments

Comments
 (0)