Skip to content

Commit 99d3dec

Browse files
authored
Changed GitHub action containers (#1221)
Signed-off-by: dhoard <[email protected]>
1 parent 049a61a commit 99d3dec

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/acceptance-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
acceptance-tests:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Check out oats

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup ASDF

.github/workflows/github-pages.yaml

+2-2
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:
@@ -82,7 +82,7 @@ jobs:
8282
environment:
8383
name: github-pages
8484
url: ${{ steps.deployment.outputs.page_url }}
85-
runs-on: ubuntu-latest
85+
runs-on: ubuntu-24.04
8686
needs: build
8787
steps:
8888
- name: Deploy to GitHub Pages

.github/workflows/native-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
native-tests:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up JDK

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
if: ${{ github.repository == 'prometheus/client_java' }}
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Debug gpg key - remove after debugging

0 commit comments

Comments
 (0)