We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37da43e + ff7e684 commit a0c311eCopy full SHA for a0c311e
.github/workflows/gh-pages.yml
@@ -16,7 +16,7 @@ concurrency:
16
17
jobs:
18
build:
19
- runs-on: ubuntu-latest
+ 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') }}
21
steps:
22
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
38
environment:
39
name: github-pages
40
url: ${{ steps.deployment.outputs.page_url }}
41
+ runs-on: ubuntu-22.04
42
needs: build
43
44
- name: Deploy to GitHub Pages
0 commit comments