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 5454 call-build-capture-source :
5555 # Capture source tarball and generate checksum for it
5656 name : Extract any supporting metadata
57- runs-on : ubuntu-latest
57+ runs-on : ubuntu-22.04
5858 environment : ${{ inputs.environment }}
5959 permissions :
6060 contents : read
@@ -105,8 +105,8 @@ jobs:
105105 call-build-linux-packages :
106106 name : ${{ matrix.distro }} package build and stage to S3
107107 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 ' }}
110110 permissions :
111111 contents : read
112112 strategy :
Original file line number Diff line number Diff line change 7474 fail-fast : false
7575 matrix :
7676 config :
77- - name : " Normal macOS-latest runner (Intel)"
78- runner : macos-12
7977 - name : " Apple Silicon macOS runner"
8078 runner : macos-14
8179
@@ -121,8 +119,6 @@ jobs:
121119 fail-fast : false
122120 matrix :
123121 config :
124- - name : " Normal macOS-latest package (Intel)"
125- os : macos-12
126122 - name : " Apple Silicon macOS package"
127123 os : macos-14
128124
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172
173173 staging-release-apt-packages :
174174 name : S3 - update APT packages bucket
175- runs-on : ubuntu-latest
175+ runs-on : ubuntu-22.04
176176 environment : release
177177 needs :
178178 - staging-release-version-check
@@ -327,7 +327,7 @@ jobs:
327327
328328 staging-release-source-s3 :
329329 name : S3 - update source bucket
330- runs-on : ubuntu-latest
330+ runs-on : ubuntu-22.04
331331 environment : release
332332 needs :
333333 - staging-release-version-check
You can’t perform that action at this time.
0 commit comments