Skip to content

Commit 645cea3

Browse files
committed
changed ubuntu version in CI to version 24.04
1 parent c6b07d1 commit 645cea3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
setup:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Podman
2222
run: sudo apt update && sudo apt install -y podman
2323
build:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
needs: setup
2626
steps:
2727
- uses: actions/checkout@master

.github/workflows/release-dev-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
setup:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Podman
2222
run: sudo apt update && sudo apt install -y podman
2323
release:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
needs: setup
2626
steps:
2727
- uses: actions/checkout@master

.github/workflows/release-productive-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
setup:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Podman
2222
run: sudo apt update && sudo apt install -y podman
2323
release:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
needs: setup
2626
steps:
2727
- uses: actions/checkout@master

0 commit comments

Comments
 (0)