Skip to content

Commit f8cb565

Browse files
authored
Modify Ruby version in deploy.yml
Updated Ruby version from 3.5 to 3.3 in deployment workflow.
1 parent 71faf74 commit f8cb565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 3.5 # Not needed with a .ruby-version file
17+
ruby-version: 3.3 # Not needed with a .ruby-version file
1818
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1919

2020
- name: Build
@@ -36,3 +36,4 @@ jobs:
3636
publish_dir: ./out
3737
cname: learn.circuitverse.org
3838

39+

0 commit comments

Comments
 (0)