diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ea6d215..1ca09daa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: 'feat/arm64-cow' - name: Prepare bake file run: | @@ -50,6 +52,8 @@ jobs: steps: - name: Checkouts uses: actions/checkout@v3 + with: + ref: 'feat/arm64-cow' - name: Set up QEMU uses: docker/setup-qemu-action@v2