Skip to content

Commit efbea19

Browse files
authored
Merge pull request #352 from dereuromark/dereuromark-patch-1
Update ci.yml
2 parents b8663d3 + 76963ec commit efbea19

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)