Skip to content

Commit 76963ec

Browse files
authored
Update ci.yml
1 parent b8663d3 commit 76963ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

88
jobs:
99
testsuite:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -87,7 +87,7 @@ jobs:
8787

8888
validation:
8989
name: Coding Standard & Static Analysis
90-
runs-on: ubuntu-22.04
90+
runs-on: ubuntu-24.04
9191

9292
steps:
9393
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)