We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87a15b commit e5f2275Copy full SHA for e5f2275
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Run Perl tests
64
run: docker run -i ${{ steps.docker-build-test.outputs.imageid }}
65
test:
66
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
67
name: Dockerless
68
strategy:
69
fail-fast: false
.github/workflows/update-snapshot.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
jobs:
7
update-dep:
8
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-24.04'
9
steps:
10
- name: Generate Auth Token
11
uses: actions/create-github-app-token@v2
0 commit comments