File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 31
31
32
32
jobs :
33
33
determine_workflow :
34
- runs-on : ubuntu-latest
34
+ runs-on : ubuntu-24.04
35
35
name : Determine workflow_id
36
36
outputs :
37
37
workflow_id : ${{ steps.workflow.outputs.id }}
@@ -95,16 +95,16 @@ jobs:
95
95
matrix :
96
96
include :
97
97
- target : otc_linux_amd64_deb
98
- runs_on : ubuntu-latest
98
+ runs_on : ubuntu-24.04
99
99
build_tool : cmake
100
100
- target : otc_linux_amd64_rpm
101
- runs_on : ubuntu-latest
101
+ runs_on : ubuntu-24.04
102
102
build_tool : cmake
103
103
- target : otc_linux_arm64_deb
104
- runs_on : ubuntu-latest
104
+ runs_on : ubuntu-24.04
105
105
build_tool : cmake
106
106
- target : otc_linux_arm64_rpm
107
- runs_on : ubuntu-latest
107
+ runs_on : ubuntu-24.04
108
108
build_tool : cmake
109
109
- target : otc_darwin_amd64_productbuild
110
110
runs_on : macos-latest
@@ -119,16 +119,16 @@ jobs:
119
119
build_tool : wix
120
120
# fips targets
121
121
- target : otc_fips_linux_amd64_deb
122
- runs_on : ubuntu-latest
122
+ runs_on : ubuntu-24.04
123
123
build_tool : cmake
124
124
- target : otc_fips_linux_amd64_rpm
125
- runs_on : ubuntu-latest
125
+ runs_on : ubuntu-24.04
126
126
build_tool : cmake
127
127
- target : otc_fips_linux_arm64_deb
128
- runs_on : ubuntu-latest
128
+ runs_on : ubuntu-24.04
129
129
build_tool : cmake
130
130
- target : otc_fips_linux_arm64_rpm
131
- runs_on : ubuntu-latest
131
+ runs_on : ubuntu-24.04
132
132
build_tool : cmake
133
133
- target : otc_fips_windows_amd64_wix
134
134
runs_on : windows-2019
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
install-script :
141
141
name : Store install script
142
- runs-on : ubuntu-latest
142
+ runs-on : ubuntu-24.04
143
143
needs :
144
144
- build_packages
145
145
env :
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
shellcheck :
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-24.04
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaults:
20
20
jobs :
21
21
get-version :
22
22
name : Get application version for this revision
23
- runs-on : ubuntu-latest
23
+ runs-on : ubuntu-24.04
24
24
outputs :
25
25
git-sha : ${{ steps.get-version.outputs.git-sha }}
26
26
otc-version : ${{ steps.get-version.outputs.otc-version }}
@@ -103,7 +103,7 @@ jobs:
103
103
# artifact.
104
104
install-script :
105
105
name : Store install script
106
- runs-on : ubuntu-latest
106
+ runs-on : ubuntu-24.04
107
107
needs :
108
108
- get-version
109
109
steps :
You can’t perform that action at this time.
0 commit comments