Revert "ci(ppc64le): switch to ubuntu-24.04-ppc64le-p10"

This reverts commit 866ae53436.
This commit is contained in:
Julien Neuhart
2026-04-10 13:36:23 +02:00
parent 866ae53436
commit c3b4702424
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
release_ppc64le:
name: Release linux/ppc64le
runs-on: ubuntu-24.04-ppc64le-p10
runs-on: ubuntu-24.04-ppc64le
outputs:
tags: ${{ steps.build_push.outputs.tags }}
tags_chromium: ${{ steps.build_push.outputs.tags_chromium }}
+2 -2
View File
@@ -104,7 +104,7 @@ jobs:
needs:
- test-unit
name: Snapshot linux/ppc64le
runs-on: ubuntu-24.04-ppc64le-p10
runs-on: ubuntu-24.04-ppc64le
outputs:
tags: ${{ steps.build_test_push.outputs.tags }}
tags_chromium: ${{ steps.build_test_push.outputs.tags_chromium }}
@@ -367,7 +367,7 @@ jobs:
needs:
- test-unit
name: Edge linux/ppc64le
runs-on: ubuntu-24.04-ppc64le-p10
runs-on: ubuntu-24.04-ppc64le
outputs:
tags: ${{ steps.build_test_push.outputs.tags }}
tags_chromium: ${{ steps.build_test_push.outputs.tags_chromium }}