Skip to content

Commit 8f2ce50

Browse files
committed
workflows
1 parent 9c3d210 commit 8f2ce50

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/ci-alpine-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
type: string
2727
jobs:
2828
build-alpine:
29-
runs-on: ubuntu-24.04-arm
29+
runs-on: ubuntu-24.04
3030
strategy:
3131
fail-fast: false
3232
matrix:

.github/workflows/ci-alpine-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
release:
13-
runs-on: ubuntu-24.04-arm
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
fail-fast: false
1616
matrix:

.github/workflows/ci-auto-rerun-failed-jobs-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: rerun - attempt ${{ inputs.attempts }}
2727
permissions:
2828
actions: write
29-
runs-on: ubuntu-24.04-arm
29+
runs-on: ubuntu-24.04
3030
env:
3131
GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}"
3232
steps:

.github/workflows/ci-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
sh-checker:
13-
runs-on: ubuntu-24.04-arm
13+
runs-on: ubuntu-24.04
1414
permissions:
1515
contents: read
1616
steps:
@@ -29,7 +29,7 @@ jobs:
2929
sh_checker_exclude: ""
3030

3131
zizmor-checker:
32-
runs-on: ubuntu-24.04-arm
32+
runs-on: ubuntu-24.04
3333
permissions:
3434
contents: read
3535
steps:
@@ -54,7 +54,7 @@ jobs:
5454
exit "$exit_code"
5555
5656
editorconfig-checker:
57-
runs-on: ubuntu-24.04-arm
57+
runs-on: ubuntu-24.04
5858
permissions:
5959
contents: read
6060
steps:

.github/workflows/ci-debian-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
defaults:
3030
run:
3131
shell: bash
32-
runs-on: ubuntu-24.04-arm
32+
runs-on: ubuntu-24.04
3333
strategy:
3434
fail-fast: false
3535
matrix:

.github/workflows/ci-main-reusable-caller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
cancel-in-progress: true
112112
permissions:
113113
actions: write
114-
runs-on: ubuntu-24.04-arm
114+
runs-on: ubuntu-24.04
115115
env:
116116
GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}"
117117
github_repo: "" # To use ci-auto-rerun-failed-jobs.yml hosted in a remote repository else default to the current repository. Requires PAT token AUTO_RERUN

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-24.04-arm
17+
runs-on: ubuntu-24.04
1818
permissions:
1919
contents: read
2020
steps:
@@ -30,7 +30,7 @@ jobs:
3030

3131
deploy:
3232
needs: build
33-
runs-on: ubuntu-24.04-arm
33+
runs-on: ubuntu-24.04
3434
permissions:
3535
pages: write
3636
id-token: write

0 commit comments

Comments
 (0)