We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabdf67 commit b55470cCopy full SHA for b55470c
.github/workflows/update-api-reference.yml
@@ -15,13 +15,13 @@ concurrency:
15
jobs:
16
api-documentation:
17
name: "Update API Reference Documentation"
18
- runs-on: macos-13
+ runs-on: macos-26
19
20
steps:
21
- name: "Set up Ruby"
22
uses: ruby/setup-ruby@v1
23
with:
24
- ruby-version: 3.2.2
+ ruby-version: 3.4.8
25
26
- name: "Set up jazzy"
27
run: |
.github/workflows/update-carthage.yml
@@ -15,7 +15,7 @@ concurrency:
name: "Update Carthage Package"
- name: "Checkout Sparkle Sources"
0 commit comments