Skip to content

Commit 1f86f0e

Browse files
committed
Bump the ruby version used in github workflows
1 parent f3bedd7 commit 1f86f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/carthage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.7
21+
ruby-version: 3.2
2222
bundler-cache: true
2323
- run: ./test carthage

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.7
21+
ruby-version: 3.2
2222
bundler-cache: true
2323
- run: ./test podspec

0 commit comments

Comments
 (0)