File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
acceptance-tests :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Check out oats
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Setup ASDF
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ defaults:
29
29
jobs :
30
30
# Build job
31
31
build :
32
- runs-on : ubuntu-latest
32
+ runs-on : ubuntu-24.04
33
33
env :
34
34
HUGO_VERSION : 0.115.4
35
35
steps :
82
82
environment :
83
83
name : github-pages
84
84
url : ${{ steps.deployment.outputs.page_url }}
85
- runs-on : ubuntu-latest
85
+ runs-on : ubuntu-24.04
86
86
needs : build
87
87
steps :
88
88
- name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
native-tests :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up JDK
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
deploy :
10
10
if : ${{ github.repository == 'prometheus/client_java' }}
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
13
13
steps :
14
14
- name : Debug gpg key - remove after debugging
You can’t perform that action at this time.
0 commit comments