Skip to content

Commit

Permalink
ci: test debug ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Nov 13, 2024
1 parent ea1a6a3 commit 8681917
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/compile_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8681917

Please sign in to comment.