Skip to content

Commit

Permalink
test 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Sep 5, 2024
1 parent 993f5e8 commit 362d067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
citest:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: perl -V
Expand All @@ -21,7 +21,7 @@ jobs:
run: sudo su naemon -c ./.ci/install_deps.sh
- name: ./script/install_puppeteer.sh
run: sudo ./script/install_puppeteer.sh
- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
uses: mxschmitt/action-tmate@v3
#- name: make citest
# run: sudo su naemon -c 'eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) && make citest'
#- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
# uses: mxschmitt/action-tmate@v3
- name: make citest
run: sudo su naemon -c 'eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) && make citest'

0 comments on commit 362d067

Please sign in to comment.