Skip to content

Commit e584a26

Browse files
authored
chore(ci): use ubuntu-24.04 runner (#141)
Signed-off-by: Justin Kolberg <[email protected]>
1 parent 1d35cd5 commit e584a26

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/build_packages.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
determine_workflow:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-24.04
3535
name: Determine workflow_id
3636
outputs:
3737
workflow_id: ${{ steps.workflow.outputs.id }}
@@ -95,16 +95,16 @@ jobs:
9595
matrix:
9696
include:
9797
- target: otc_linux_amd64_deb
98-
runs_on: ubuntu-latest
98+
runs_on: ubuntu-24.04
9999
build_tool: cmake
100100
- target: otc_linux_amd64_rpm
101-
runs_on: ubuntu-latest
101+
runs_on: ubuntu-24.04
102102
build_tool: cmake
103103
- target: otc_linux_arm64_deb
104-
runs_on: ubuntu-latest
104+
runs_on: ubuntu-24.04
105105
build_tool: cmake
106106
- target: otc_linux_arm64_rpm
107-
runs_on: ubuntu-latest
107+
runs_on: ubuntu-24.04
108108
build_tool: cmake
109109
- target: otc_darwin_amd64_productbuild
110110
runs_on: macos-latest
@@ -119,16 +119,16 @@ jobs:
119119
build_tool: wix
120120
# fips targets
121121
- target: otc_fips_linux_amd64_deb
122-
runs_on: ubuntu-latest
122+
runs_on: ubuntu-24.04
123123
build_tool: cmake
124124
- target: otc_fips_linux_amd64_rpm
125-
runs_on: ubuntu-latest
125+
runs_on: ubuntu-24.04
126126
build_tool: cmake
127127
- target: otc_fips_linux_arm64_deb
128-
runs_on: ubuntu-latest
128+
runs_on: ubuntu-24.04
129129
build_tool: cmake
130130
- target: otc_fips_linux_arm64_rpm
131-
runs_on: ubuntu-latest
131+
runs_on: ubuntu-24.04
132132
build_tool: cmake
133133
- target: otc_fips_windows_amd64_wix
134134
runs_on: windows-2019
@@ -139,7 +139,7 @@ jobs:
139139

140140
install-script:
141141
name: Store install script
142-
runs-on: ubuntu-latest
142+
runs-on: ubuntu-24.04
143143
needs:
144144
- build_packages
145145
env:

.github/workflows/lint.yml

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

1010
jobs:
1111
shellcheck:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
2121
get-version:
2222
name: Get application version for this revision
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-24.04
2424
outputs:
2525
git-sha: ${{ steps.get-version.outputs.git-sha }}
2626
otc-version: ${{ steps.get-version.outputs.otc-version }}
@@ -103,7 +103,7 @@ jobs:
103103
# artifact.
104104
install-script:
105105
name: Store install script
106-
runs-on: ubuntu-latest
106+
runs-on: ubuntu-24.04
107107
needs:
108108
- get-version
109109
steps:

0 commit comments

Comments
 (0)