Skip to content

Commit 44f7058

Browse files
authored
Changed GitHub action containers (#1081)
Signed-off-by: dhoard <[email protected]>
1 parent e9a4ce3 commit 44f7058

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ "main" ]
77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up JDK 21

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defaults:
2929
jobs:
3030
# Build job
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
env:
3434
HUGO_VERSION: 0.115.4
3535
steps:
@@ -74,7 +74,7 @@ jobs:
7474
environment:
7575
name: github-pages
7676
url: ${{ steps.deployment.outputs.page_url }}
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-24.04
7878
needs: build
7979
steps:
8080
- name: Deploy to GitHub Pages

.github/workflows/label-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- opened
77
jobs:
88
label_issues:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
permissions:
1111
issues: write
1212
steps:

.github/workflows/manual-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Manual Build
22
on: [workflow_dispatch]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: actions/checkout@v4
88
- name: Set up JDK 21

0 commit comments

Comments
 (0)