File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 # This workflow contains a single job called "build"
2222 build :
2323 # The type of runner that the job will run on
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-24 .04
2525 if : ${{ github.repository == 'intel/pcm' }}
2626
2727 # 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 2121 # This workflow contains a single job called "build"
2222 build :
2323 # The type of runner that the job will run on
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-24 .04
2525
2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
Original file line number Diff line number Diff line change 1212 build :
1313 permissions :
1414 packages : write
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - name : Harden Runner
1818 uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 build :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - name : Harden Runner
1717 uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
2828 cd ${{ github.workspace }}/build
2929 make install -j
3030 build-systemd-unit :
31- runs-on : ubuntu-20 .04
31+ runs-on : ubuntu-24 .04
3232 steps :
3333 - name : Harden Runner
3434 uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
4545 cd ${{ github.workspace }}/build
4646 make install -j
4747 build-system-simdjson :
48- runs-on : ubuntu-20 .04
48+ runs-on : ubuntu-24 .04
4949 container : ubuntu:22.04
5050 steps :
5151 - name : Harden Runner
6767 cd ${{ github.workspace }}/build
6868 make install -j
6969 build-source-simdjson :
70- runs-on : ubuntu-20 .04
70+ runs-on : ubuntu-24 .04
7171 steps :
7272 - name : Harden Runner
7373 uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 stats :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - name : Harden Runner
1515 uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
You can’t perform that action at this time.
0 commit comments