Skip to content

Commit f947792

Browse files
committed
upgrade runners to ubuntu-24.04
Change-Id: Ie5a217b153988372839520e3646c0f17bcd79c4b
1 parent ee3c33e commit f947792

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/clang_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/linux_make.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
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
@@ -28,7 +28,7 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

.github/workflows/stats-cron-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
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

0 commit comments

Comments
 (0)