Skip to content

Commit

Permalink
move to ubuntu 2204
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Jul 28, 2023
1 parent 7c4334f commit 3482b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: |
github.event_name == 'schedule' ||
(!contains(github.event.head_commit.message, 'ci skip'))
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-22.04]
steps:
- name: Checkout nwchem-wiki
uses: actions/checkout@v3
Expand Down Expand Up @@ -141,8 +141,8 @@ jobs:
libfontenc1 x11-common xfonts-encodings xfonts-base curl && break
tries=$((tries+1)) ; echo attempt no. $tries ; sleep 9 ; done
curl -LJO \
https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb
https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo dpkg -i wkhtmltox_*.deb
wkhtmltopdf --javascript-delay 45000 --enable-local-file-access \
print_page.html nwchemusermanual.pdf
ls -l nwchemusermanual.pdf
Expand Down

0 comments on commit 3482b02

Please sign in to comment.