diff --git a/.github/workflows/compile_ubuntu.yml b/.github/workflows/compile_ubuntu.yml index 47bcc28211d6..550016eb7508 100644 --- a/.github/workflows/compile_ubuntu.yml +++ b/.github/workflows/compile_ubuntu.yml @@ -14,11 +14,11 @@ on: jobs: build_and_test: name: Build and Test Ubuntu - # strategy: - # fail-fast: false - # matrix: - # version: [ubuntu22, ubuntu24] - runs-on: [runs-on,runner=8cpu-linux-x64,"image=ubuntu22-full-x64","run-id=${{ github.run_id }}"] + strategy: + fail-fast: false + matrix: + version: [ubuntu22, ubuntu24] + runs-on: [runs-on,runner=8cpu-linux-x64,"image=${{ matrix.version }}-full-x64","run-id=${{ github.run_id }}"] steps: - uses: actions/checkout@v4 @@ -31,6 +31,6 @@ jobs: run: | make quick_check - # - name: Debug - # if: ${{ failure() }} - # uses: mxschmitt/action-tmate@v3 + - name: Debug + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3