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.
1 parent 8752865 commit f895e01Copy full SHA for f895e01
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Ruby
16
uses: ruby/setup-ruby@v1
17
with:
18
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.3' # Not needed with a .ruby-version file
19
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
20
cache-version: 0 # Increment this number if you need to re-download cached gems
21
- name: Build with Jekyll
Gemfile.lock
@@ -77,6 +77,7 @@ GEM
77
78
PLATFORMS
79
arm64-darwin-22
80
+ arm64-darwin-23
81
x86_64-linux
82
83
DEPENDENCIES
0 commit comments