Skip to content

Commit

Permalink
[build] Update antora ubuntu runner to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Feb 17, 2025
1 parent 86d99ad commit e18a46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Each deploy job can then download the docs-zip to ./docs/build/distributions/ in order to let it be included in published artifacts.
# (see gradle/setup.gradle publications which includes docs zip file, if found from docs/build/distributions directory)
build-docs-zip:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Ruby for asciidoctor-pdf
Expand Down

0 comments on commit e18a46b

Please sign in to comment.