Skip to content

Commit ec948c8

Browse files
committed
CI: update ubuntu image version from "22.04" to "24.04"
1 parent 0464843 commit ec948c8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
android-build:
1313
name: Build android apk for - ${{ matrix.config.arch }}
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
fail-fast: false
1717
matrix:

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
cpp-linter:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
pull-requests: write
1313
issues: write

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
flatpak:
1313
name: "Flatpak build"
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
container:
1616
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
1717
options: --privileged

.github/workflows/meson.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434

3535
- name: Linux Release
3636
os: ubuntu
37-
os-version: 22.04
37+
os-version: 24.04
3838
buildtype: release
3939
use-clang: false
4040
library_type: shared
4141
shell: bash
4242

4343
- name: Linux Clang Release (libstdc++)
4444
os: ubuntu
45-
os-version: 22.04
45+
os-version: 24.04
4646
buildtype: release
4747
use-clang: true
4848
use-clang_stdlib: false
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Linux Clang Release (libc++)
5353
os: ubuntu
54-
os-version: 22.04
54+
os-version: 24.04
5555
buildtype: release
5656
use-clang: true
5757
use-clang_stdlib: true

.github/workflows/nintendo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Nintendo ${{ matrix.config.name }} CI
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
container:
1414
image: devkitpro/${{ matrix.config.container }} ## base on debian:buster-slim
1515
strategy:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Run Tests
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:

0 commit comments

Comments
 (0)