Skip to content

Commit 3a9e431

Browse files
committed
cicd: update actions runner to ubuntu 22.04
1 parent 1002c67 commit 3a9e431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mamonsu-tests-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
mamonsu-tests:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
env:
2525
DOCKER_COMPOSE_VERSION: '1.29.2'
2626
MAMONSU_PATH: '/home/runner/work/mamonsu/mamonsu/'

.github/workflows/mamonsu-tests-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
mamonsu-tests:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
env:
2525
DOCKER_COMPOSE_VERSION: '1.29.2'
2626
MAMONSU_PATH: '/home/runner/work/mamonsu/mamonsu/'

0 commit comments

Comments
 (0)