Skip to content

Commit ea8b1a3

Browse files
authored
chore: bump workflows to use Ubuntu 24.04 (#195)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 72af12d commit ea8b1a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-22.04, windows-2022]
14+
os: [ubuntu-24.04, windows-2022]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4.2.2

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check-project:
99
name: Check Project
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4.2.2

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-22.04, windows-2022]
14+
os: [ubuntu-24.04, windows-2022]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)