From 362d067aa391a88aee43c5d8b0825082bc870399 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Thu, 5 Sep 2024 17:31:48 +0200 Subject: [PATCH] test 24.04 --- .github/workflows/citest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/citest.yml b/.github/workflows/citest.yml index e3669466a..5683ed994 100644 --- a/.github/workflows/citest.yml +++ b/.github/workflows/citest.yml @@ -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 @@ -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'