Skip to content

Commit

Permalink
Revert "try newer compiler"
Browse files Browse the repository at this point in the history
This reverts commit c8aa3d1.
  • Loading branch information
nihui committed Dec 3, 2024
1 parent c8aa3d1 commit df6c7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ppc64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
TESTS_EXECUTABLE_LOADER=qemu-ppc64le TESTS_EXECUTABLE_LOADER_ARGUMENTS="-L;/usr/powerpc64le-linux-gnu" ctest --output-on-failure -j $(nproc)
gcc-power8le-vsx:
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
cd build
TESTS_EXECUTABLE_LOADER=qemu-ppc64le TESTS_EXECUTABLE_LOADER_ARGUMENTS="-L;/usr/powerpc64le-linux-gnu;-cpu;power8_v2.0" ctest --output-on-failure -j $(nproc)
gcc-power9le-vsx:
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit df6c7ba

Please sign in to comment.