Skip to content

Commit

Permalink
ci: introduce build matrix to Tsubakuro-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jun 17, 2024
1 parent 7bea73f commit e25530e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: [push, pull_request, workflow_dispatch]

jobs:
Build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
permissions:
checks: write
timeout-minutes: 30
Expand Down

0 comments on commit e25530e

Please sign in to comment.