Skip to content

Commit a9b5b2a

Browse files
committed
Use intel
1 parent d3f9dc8 commit a9b5b2a

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/ci.yml

+28-28
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ env:
8686
jobs:
8787
setup-matrix:
8888
name: Set up build matrix
89-
# runs-on: ubuntu-latest
90-
runs-on: ubuntu-24-arm
89+
runs-on: ubuntu-latest
90+
# runs-on: ubuntu-24-arm
9191
outputs:
9292
test-matrix: ${{ steps.common-matrix.outputs.result }}
9393
prod-matrix: ${{ steps.prod-matrix.outputs.result }}
@@ -176,8 +176,8 @@ jobs:
176176
177177
create-release:
178178
name: Create GitHub release
179-
# runs-on: ubuntu-latest
180-
runs-on: ubuntu-24-arm
179+
runs-on: ubuntu-latest
180+
# runs-on: ubuntu-24-arm
181181
outputs:
182182
release-tag: build-${{ github.run_number }}
183183
upload-url: ${{ steps.release-view.outputs.upload-url }}
@@ -212,8 +212,8 @@ jobs:
212212
contents: read
213213
# Push to ghcr.io repository
214214
packages: write
215-
# runs-on: ubuntu-latest
216-
runs-on: ubuntu-24-arm
215+
runs-on: ubuntu-latest
216+
# runs-on: ubuntu-24-arm
217217
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
218218
strategy:
219219
fail-fast: false
@@ -341,8 +341,8 @@ jobs:
341341
checks: write
342342
pull-requests: write
343343
issues: read
344-
# runs-on: ubuntu-latest
345-
runs-on: ubuntu-24-arm
344+
runs-on: ubuntu-latest
345+
# runs-on: ubuntu-24-arm
346346
strategy:
347347
fail-fast: false
348348
matrix: ${{ fromJson(needs.setup-matrix.outputs.test-matrix) }}
@@ -432,8 +432,8 @@ jobs:
432432
checks: write
433433
pull-requests: write
434434
issues: read
435-
# runs-on: ubuntu-latest
436-
runs-on: ubuntu-24-arm
435+
runs-on: ubuntu-latest
436+
# runs-on: ubuntu-24-arm
437437
strategy:
438438
fail-fast: false
439439
matrix: ${{ fromJson(needs.setup-matrix.outputs.test-matrix) }}
@@ -474,8 +474,8 @@ jobs:
474474
issues: read
475475
# Upload SARIF report files
476476
security-events: write
477-
# runs-on: ubuntu-latest
478-
runs-on: ubuntu-24-arm
477+
runs-on: ubuntu-latest
478+
# runs-on: ubuntu-24-arm
479479
steps:
480480
- name: Log in to GHCR
481481
uses: docker/login-action@v3
@@ -555,8 +555,8 @@ jobs:
555555
contents: read
556556
# Push to ghcr.io repository
557557
packages: write
558-
# runs-on: ubuntu-latest
559-
runs-on: ubuntu-24-arm
558+
runs-on: ubuntu-latest
559+
# runs-on: ubuntu-24-arm
560560
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
561561
strategy:
562562
fail-fast: false
@@ -779,8 +779,8 @@ jobs:
779779
issues: read
780780
checks: write
781781
pull-requests: write
782-
# runs-on: ubuntu-latest
783-
runs-on: ubuntu-24-arm
782+
runs-on: ubuntu-latest
783+
# runs-on: ubuntu-24-arm
784784
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
785785
strategy:
786786
fail-fast: false
@@ -930,8 +930,8 @@ jobs:
930930
issues: read
931931
# Upload SARIF report files
932932
security-events: write
933-
# runs-on: ubuntu-latest
934-
runs-on: ubuntu-24-arm
933+
runs-on: ubuntu-latest
934+
# runs-on: ubuntu-24-arm
935935
strategy:
936936
fail-fast: false
937937
matrix: ${{ fromJson(needs.setup-matrix.outputs.prod-matrix) }}
@@ -1033,8 +1033,8 @@ jobs:
10331033
# checks: write
10341034
# pull-requests: write
10351035
# issues: read
1036-
# # runs-on: ubuntu-latest
1037-
# runs-on: ubuntu-24-arm
1036+
# runs-on: ubuntu-latest
1037+
# # runs-on: ubuntu-24-arm
10381038
# environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
10391039
# strategy:
10401040
# fail-fast: false
@@ -1109,8 +1109,8 @@ jobs:
11091109
checks: write
11101110
pull-requests: write
11111111
issues: read
1112-
# runs-on: ubuntu-latest
1113-
runs-on: ubuntu-24-arm
1112+
runs-on: ubuntu-latest
1113+
# runs-on: ubuntu-24-arm
11141114
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
11151115
strategy:
11161116
fail-fast: false
@@ -1213,8 +1213,8 @@ jobs:
12131213
# Interact with GitHub OIDC Token endpoint for AWS
12141214
id-token: write
12151215
contents: read
1216-
# runs-on: ubuntu-latest
1217-
runs-on: ubuntu-24-arm
1216+
runs-on: ubuntu-latest
1217+
# runs-on: ubuntu-24-arm
12181218
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
12191219
strategy:
12201220
fail-fast: false
@@ -1349,8 +1349,8 @@ jobs:
13491349
checks: write
13501350
pull-requests: write
13511351
issues: read
1352-
# runs-on: ubuntu-latest
1353-
runs-on: ubuntu-24-arm
1352+
runs-on: ubuntu-latest
1353+
# runs-on: ubuntu-24-arm
13541354
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
13551355
strategy:
13561356
fail-fast: false
@@ -1416,8 +1416,8 @@ jobs:
14161416
# contents: read
14171417
# # Push to ghcr.io repository
14181418
# packages: write
1419-
# # runs-on: ubuntu-latest
1420-
# runs-on: ubuntu-24-arm
1419+
# runs-on: ubuntu-latest
1420+
# # runs-on: ubuntu-24-arm
14211421
# environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
14221422
# strategy:
14231423
# fail-fast: false

0 commit comments

Comments
 (0)