File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
# This workflow contains a single job called "build"
22
22
build :
23
23
# The type of runner that the job will run on
24
- runs-on : ubuntu-20 .04
24
+ runs-on : ubuntu-24 .04
25
25
if : ${{ github.repository == 'intel/pcm' }}
26
26
27
27
# Steps represent a sequence of tasks that will be executed as part of the job
Original file line number Diff line number Diff line change 21
21
# This workflow contains a single job called "build"
22
22
build :
23
23
# The type of runner that the job will run on
24
- runs-on : ubuntu-20 .04
24
+ runs-on : ubuntu-24 .04
25
25
26
26
# Steps represent a sequence of tasks that will be executed as part of the job
27
27
steps :
Original file line number Diff line number Diff line change 12
12
build :
13
13
permissions :
14
14
packages : write
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- name : Harden Runner
18
18
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
12
12
jobs :
13
13
build :
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : Harden Runner
17
17
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
28
28
cd ${{ github.workspace }}/build
29
29
make install -j
30
30
build-systemd-unit :
31
- runs-on : ubuntu-20 .04
31
+ runs-on : ubuntu-24 .04
32
32
steps :
33
33
- name : Harden Runner
34
34
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
45
45
cd ${{ github.workspace }}/build
46
46
make install -j
47
47
build-system-simdjson :
48
- runs-on : ubuntu-20 .04
48
+ runs-on : ubuntu-24 .04
49
49
container : ubuntu:22.04
50
50
steps :
51
51
- name : Harden Runner
67
67
cd ${{ github.workspace }}/build
68
68
make install -j
69
69
build-source-simdjson :
70
- runs-on : ubuntu-20 .04
70
+ runs-on : ubuntu-24 .04
71
71
steps :
72
72
- name : Harden Runner
73
73
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
10
10
jobs :
11
11
stats :
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- name : Harden Runner
15
15
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
You can’t perform that action at this time.
0 commit comments