]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Use `ubuntu-24.04-arm` runner 2739/head
authors3rj1k <evasive.gyron@gmail.com>
Thu, 16 Jan 2025 19:37:20 +0000 (20:37 +0100)
committerAndrey Volk <andywolk@gmail.com>
Fri, 24 Jan 2025 13:40:51 +0000 (16:40 +0300)
.github/workflows/build.yml

index d27560454b7344158ed58367cd036599e77803b6..924cb3f83339eb35c7d5aef119117c076001c587 100644 (file)
@@ -136,9 +136,9 @@ jobs:
           - name: amd64
             runner: ubuntu-latest
           - name: arm32v7
-            runner: linux-arm64-4-core-public
+            runner: ubuntu-24.04-arm
           - name: arm64v8
-            runner: linux-arm64-4-core-public
+            runner: ubuntu-24.04-arm
         release:
           - ${{ needs.preconfig.outputs.release }}
         exclude: ${{ fromJson(needs.preconfig.outputs.deb) }}