Skip to content

Commit

Permalink
Rename runner
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jul 3, 2024
1 parent 7fb03f2 commit 4cefe93
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
setup-matrix:
name: Set up build matrix
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
outputs:
test-matrix: ${{ steps.common-matrix.outputs.result }}
prod-matrix: ${{ steps.prod-matrix.outputs.result }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
create-release:
name: Create GitHub release
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
outputs:
release-tag: build-${{ github.run_number }}
upload-url: ${{ steps.release-view.outputs.upload-url }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
# Push to ghcr.io repository
packages: write
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
pull-requests: write
issues: read
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.setup-matrix.outputs.test-matrix) }}
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
pull-requests: write
issues: read
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.setup-matrix.outputs.test-matrix) }}
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
# Upload SARIF report files
security-events: write
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
steps:
- name: Log in to GHCR
uses: docker/login-action@v3
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
# Push to ghcr.io repository
packages: write
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
checks: write
pull-requests: write
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -839,7 +839,7 @@ jobs:
# Upload SARIF report files
security-events: write
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.setup-matrix.outputs.prod-matrix) }}
Expand Down Expand Up @@ -942,7 +942,7 @@ jobs:
# pull-requests: write
# issues: read
# # runs-on: ubuntu-latest
# runs-on: arm-ubuntu-24
# runs-on: ubuntu-24-arm
# environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
# strategy:
# fail-fast: false
Expand Down Expand Up @@ -1018,7 +1018,7 @@ jobs:
pull-requests: write
issues: read
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -1122,7 +1122,7 @@ jobs:
id-token: write
contents: read
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -1258,7 +1258,7 @@ jobs:
pull-requests: write
issues: read
# runs-on: ubuntu-latest
runs-on: arm-ubuntu-24
runs-on: ubuntu-24-arm
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -1325,7 +1325,7 @@ jobs:
# # Push to ghcr.io repository
# packages: write
# # runs-on: ubuntu-latest
# runs-on: arm-ubuntu-24
# runs-on: ubuntu-24-arm
# environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
# strategy:
# fail-fast: false
Expand Down

0 comments on commit 4cefe93

Please sign in to comment.