Skip to content

Commit 740563e

Browse files

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
name: Build
1616
if: ${{ github.repository == 'api-platform/demo' && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'deploy')) }}
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04-arm
1818
env:
1919
PHP_DOCKER_IMAGE: europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/php:${{ github.sha }}
2020
PWA_DOCKER_IMAGE: europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/pwa:${{ github.sha }}

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
check:
1313
name: Check
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515
permissions:
1616
contents: 'read'
1717
id-token: 'write'

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
jobs:
3232
tests:
3333
name: Tests
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-24.04-arm
3535
permissions:
3636
contents: 'read'
3737
id-token: 'write'
@@ -107,7 +107,7 @@ jobs:
107107
# run e2e tests iso-prod
108108
e2e-tests:
109109
name: E2E Tests
110-
runs-on: ubuntu-latest
110+
runs-on: ubuntu-24.04-arm
111111
permissions:
112112
contents: 'read'
113113
id-token: 'write'
@@ -223,7 +223,7 @@ jobs:
223223

224224
lint:
225225
name: Lint
226-
runs-on: ubuntu-latest
226+
runs-on: ubuntu-24.04-arm
227227
steps:
228228
-
229229
name: Checkout

.github/workflows/cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cleanup:
1818
name: Uninstall K8s Release for Closed Pull Request
1919
if: ${{ github.repository == 'api-platform/demo' }}
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04-arm
2121
permissions:
2222
contents: 'read'
2323
id-token: 'write'

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
jobs:
4141
deploy:
4242
name: Deploy
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04-arm
4444
environment:
4545
name: ${{ inputs.environment }}
4646
url: https://${{ inputs.url }}

.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
scan:
2020
name: Docker Vulnerability Scan
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04-arm
2222
strategy:
2323
matrix:
2424
image:

.github/workflows/upgrade-api-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
upgrade:
99
name: Upgrade
1010
if: ${{ github.repository == 'api-platform/demo' }}
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212
permissions:
1313
contents: write
1414
pull-requests: write

0 commit comments

Comments
 (0)