We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa50dd + 243cf4f commit e412873Copy full SHA for e412873
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
jobs:
6
build:
7
- runs-on: macos-10.15
+ runs-on: macos-13
8
steps:
9
- name: Setup | Checkout
10
uses: actions/checkout@v2
Cartfile
@@ -1 +1 @@
1
-github "sparkle-project/Sparkle" == 1.22.0
+binary "https://sparkle-project.org/Carthage/Sparkle.json" == 1.27.1
Cartfile.resolved
-github "sparkle-project/Sparkle" "1.22.0"
+binary "https://sparkle-project.org/Carthage/Sparkle.json" "1.27.1"
0 commit comments