Skip to content

Commit b1cf26e

Browse files
committed
Run on arm64
1 parent 2b2c70a commit b1cf26e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os:
16-
- "ubuntu-latest"
16+
- "ubuntu-24.04-arm"
1717
php:
1818
- "8.2"
1919
- "8.3"

.github/workflows/build-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os:
16-
- "ubuntu-latest"
16+
- "ubuntu-24.04-arm"
1717
mongodb:
1818
- "4.4"
1919
- "5.0"
@@ -33,11 +33,11 @@ jobs:
3333
laravel: "10.*"
3434
mongodb: "5.0"
3535
mode: "low-deps"
36-
os: "ubuntu-latest"
36+
os: "ubuntu-24.04-arm"
3737
- php: "8.4"
3838
laravel: "11.*"
3939
mongodb: "7.0"
40-
os: "ubuntu-latest"
40+
os: "ubuntu-24.04-arm"
4141
exclude:
4242
- php: "8.1"
4343
laravel: "11.*"

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
phpcs:
1313
name: "phpcs"
14-
runs-on: "ubuntu-22.04"
14+
runs-on: "ubuntu-24.04-arm"
1515

1616
permissions:
1717
# Give the default GITHUB_TOKEN write permission to commit and push the

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
permissions:
88
contents: read
99
pull-requests: write
10-
runs-on: ubuntu-latest
10+
runs-on: "ubuntu-24.04-arm"
1111
steps:
1212
- uses: actions/labeler@v5

.github/workflows/merge-up.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
merge-up:
1313
name: Create merge up pull request
14-
runs-on: ubuntu-latest
14+
runs-on: "ubuntu-24.04-arm"
1515

1616
steps:
1717
- name: Checkout

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
prepare-release:
1414
environment: release
1515
name: "Prepare release"
16-
runs-on: ubuntu-latest
16+
runs-on: "ubuntu-24.04-arm"
1717
permissions:
1818
id-token: write
1919
contents: write
@@ -113,7 +113,7 @@ jobs:
113113
needs: static-analysis
114114
environment: release
115115
name: "Publish SSDLC Assets"
116-
runs-on: ubuntu-latest
116+
runs-on: "ubuntu-24.04-arm"
117117
permissions:
118118
security-events: read
119119
id-token: write

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
phpstan:
19-
runs-on: "ubuntu-22.04"
19+
runs-on: "ubuntu-24.04-arm"
2020
continue-on-error: true
2121
strategy:
2222
matrix:

0 commit comments

Comments
 (0)