Skip to content

Commit 9de010a

Browse files
committed
Fix matrix way around
1 parent 48e297d commit 9de010a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
platform: linux/arm64
5656
php-version: '8.3'
5757
distro: bookworm
58-
builder: ubuntu-latest
58+
builder: buildjet-4vcpu-ubuntu-2204-arm
5959
-
6060
target: x86_64-unknown-linux-gnu
6161
platform: linux/amd64
6262
php-version: '8.3'
6363
distro: bookworm
64-
builder: buildjet-4vcpu-ubuntu-2204-arm
64+
builder: ubuntu-latest
6565
steps:
6666
- name: Checkout
6767
uses: actions/checkout@v1

0 commit comments

Comments
 (0)