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.
2 parents a0c311e + bcc1002 commit a296a70Copy full SHA for a296a70
1 file changed
.github/workflows/gh-pages.yml
@@ -16,15 +16,14 @@ concurrency:
16
17
jobs:
18
build:
19
- runs-on: ubuntu-22.04 # Explicitly specifies an older compatible version of Ubuntu as the runner, for which pre-built Ruby 3.4 is available.
20
- if: ${{ github.repository == 'ruby/lrama' && !startsWith(github.event_name, 'pull') }}
+ runs-on: ubuntu-22.04
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v5
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
26
with:
27
- ruby-version: "3.4"
+ ruby-version: "3.3" # TODO: Temporarily avoids the error if 3.4 is specified. (https://github.com/ruby/lrama/actions/runs/17967414950/job/51102512657)
28
bundler-cache: true
29
- name: Setup Pages
30
id: pages
0 commit comments