Skip to content

Commit 429e6a8

Browse files
committed
Bumped ubuntu version in github actions
1 parent 5fcad1b commit 429e6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-documentation.yml

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

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
if: "startsWith(github.event.head_commit.message, 'version')"
1111

1212
steps:

.github/workflows/build.yml

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

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
if: "startsWith(github.event.head_commit.message, 'version')"
1111

1212
steps:

0 commit comments

Comments
 (0)