]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update docker-build-on-push_and_pull_request.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Jan 2025 15:01:39 +0000 (15:01 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 15:01:39 +0000 (15:01 +0000)
.github/workflows/docker-build-on-push_and_pull_request.yaml

index 01df710de15fded0b0eb4ed4b63a0737dce65967..c55053f9ad93d14c09ec0273913134e4588dbea4 100644 (file)
@@ -22,7 +22,7 @@ env:
 jobs:
   test-build-on-pull-request:
     if: github.event_name == 'pull_request'
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04-arm
     steps:
       - name: Checkout Repo
         uses: actions/checkout@v3