]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Test RUN v1.11
authors3rj1k <evasive.gyron@gmail.com>
Mon, 3 Nov 2025 19:35:34 +0000 (20:35 +0100)
committers3rj1k <evasive.gyron@gmail.com>
Mon, 3 Nov 2025 19:35:34 +0000 (20:35 +0100)
.github/workflows/build.yml
.github/workflows/macos.yml

index 6cd13d8322114c567d9d9a21ad50e334a6aadb46..443bbe03431c89c706354f2782346824972cf8b5 100644 (file)
@@ -49,16 +49,10 @@ jobs:
           if [[ "${{ github.event_name }}" == "pull_request" ]]; then
             JSON=$(jq -n '[
               {
-                "version": "bookworm",
-                "platform": {
-                  "name": "arm64v8"
-                }
+                "version": "bookworm"
               },
               {
-                "version": "bullseye",
-                "platform": {
-                  "name": "arm32v7"
-                }
+                "version": "bullseye"
               }
             ]')
           fi
@@ -131,8 +125,8 @@ jobs:
           - debian
         version:
           - trixie
-          - bookworm
-          - bullseye
+          - bookworm
+          - bullseye
         platform:
           - name: amd64
             runner: ubuntu-latest
index 24546bfbb3da7623bd8b9ac359551c4941768e88..308c774dce97b98b9b1a3f9895791deaf9dc026c 100644 (file)
@@ -6,12 +6,12 @@ on:
     branches:
       - master
       - v1.10
-      - v1.11
+      - v1.11
   pull_request:
     branches:
       - master
       - v1.10
-      - v1.11
+      - v1.11
 
 jobs:
   build: