File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 54
54
call-build-capture-source :
55
55
# Capture source tarball and generate checksum for it
56
56
name : Extract any supporting metadata
57
- runs-on : ubuntu-latest
57
+ runs-on : ubuntu-22.04
58
58
environment : ${{ inputs.environment }}
59
59
permissions :
60
60
contents : read
@@ -105,8 +105,8 @@ jobs:
105
105
call-build-linux-packages :
106
106
name : ${{ matrix.distro }} package build and stage to S3
107
107
environment : ${{ inputs.environment }}
108
- # Ensure for OSS Fluent Bit repo we enable usage of Actuated runners for ARM builds, for forks it should keep existing ubuntu-latest usage.
109
- runs-on : ${{ (contains(matrix.distro, 'arm' ) && (github.repository == 'fluent/fluent-bit') && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest ' }}
108
+ # Ensure for OSS Fluent Bit repo we enable usage of Actuated runners for ARM builds, for forks it should keep existing ubuntu-22.04 usage.
109
+ runs-on : ${{ (contains(matrix.distro, 'arm' ) && (github.repository == 'fluent/fluent-bit') && 'actuated-arm64-8cpu-16gb') || 'ubuntu-22.04 ' }}
110
110
permissions :
111
111
contents : read
112
112
strategy :
Original file line number Diff line number Diff line change 74
74
fail-fast : false
75
75
matrix :
76
76
config :
77
- - name : " Normal macOS-latest runner (Intel)"
78
- runner : macos-12
79
77
- name : " Apple Silicon macOS runner"
80
78
runner : macos-14
81
79
@@ -121,8 +119,6 @@ jobs:
121
119
fail-fast : false
122
120
matrix :
123
121
config :
124
- - name : " Normal macOS-latest package (Intel)"
125
- os : macos-12
126
122
- name : " Apple Silicon macOS package"
127
123
os : macos-14
128
124
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
173
173
staging-release-apt-packages :
174
174
name : S3 - update APT packages bucket
175
- runs-on : ubuntu-latest
175
+ runs-on : ubuntu-22.04
176
176
environment : release
177
177
needs :
178
178
- staging-release-version-check
@@ -327,7 +327,7 @@ jobs:
327
327
328
328
staging-release-source-s3 :
329
329
name : S3 - update source bucket
330
- runs-on : ubuntu-latest
330
+ runs-on : ubuntu-22.04
331
331
environment : release
332
332
needs :
333
333
- staging-release-version-check
You can’t perform that action at this time.
0 commit comments