Skip to content

Commit 742e33a

Browse files
update ubuntu
1 parent f1a730d commit 742e33a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [push, pull_request]
66

77
jobs:
88
rpm:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
container: registry.suse.com/bci/bci-base:15.3
1111
steps:
1212
- name: setup-environment
@@ -27,7 +27,7 @@ jobs:
2727
path: '*.rpm'
2828

2929
tag-release:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
needs: rpm
3232
steps:
3333
- name: download-artifacts

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
makefile:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v2
99
- name: setup
@@ -30,7 +30,7 @@ jobs:
3030
/bats-core-1.9.0/bin/bats ci/tests.bats
3131
3232
meson:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: setup

0 commit comments

Comments
 (0)