Skip to content

Commit e5f2275

Browse files
committed
update to supported ubuntu in github actions
1 parent e87a15b commit e5f2275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run Perl tests
6464
run: docker run -i ${{ steps.docker-build-test.outputs.imageid }}
6565
test:
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-24.04
6767
name: Dockerless
6868
strategy:
6969
fail-fast: false

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
update-dep:
8-
runs-on: 'ubuntu-20.04'
8+
runs-on: 'ubuntu-24.04'
99
steps:
1010
- name: Generate Auth Token
1111
uses: actions/create-github-app-token@v2

0 commit comments

Comments
 (0)