File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
contents : write
17
17
pull-requests : write
18
18
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
timeout-minutes : 15
21
21
steps :
22
22
- name : " Check out the sources"
41
41
contents : write
42
42
pull-requests : write
43
43
44
- runs-on : ubuntu-22 .04
44
+ runs-on : ubuntu-24 .04
45
45
timeout-minutes : 15
46
46
steps :
47
47
- name : " Check out the sources"
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
timeout-minutes : 15
16
16
strategy :
17
17
matrix :
18
- image : [macos-12 , ubuntu-22 .04, windows-2022]
18
+ image : [macos-14 , ubuntu-24 .04, windows-2022]
19
19
fail-fast : false
20
20
steps :
21
- - if : matrix.image == 'ubuntu-22 .04'
21
+ - if : matrix.image == 'ubuntu-24 .04'
22
22
name : Free disk space
23
23
uses : jlumbroso/free-disk-space@v1.3.1
24
24
with :
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
publish :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
steps :
18
18
- name : Read version from Git ref
19
19
id : version
You can’t perform that action at this time.
0 commit comments