Skip to content

Commit b55470c

Browse files
authored
Upgrade CI runners (#242)
1 parent cabdf67 commit b55470c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-api-reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ concurrency:
1515
jobs:
1616
api-documentation:
1717
name: "Update API Reference Documentation"
18-
runs-on: macos-13
18+
runs-on: macos-26
1919

2020
steps:
2121
- name: "Set up Ruby"
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 3.2.2
24+
ruby-version: 3.4.8
2525

2626
- name: "Set up jazzy"
2727
run: |

.github/workflows/update-carthage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
api-documentation:
1717
name: "Update Carthage Package"
18-
runs-on: macos-13
18+
runs-on: macos-26
1919

2020
steps:
2121
- name: "Checkout Sparkle Sources"

0 commit comments

Comments
 (0)