Skip to content

Commit

Permalink
Merge pull request #453 from project-tsurugi/ci-build-matrix
Browse files Browse the repository at this point in the history
ci: introduce build matrix to Tsubakuro-CI
  • Loading branch information
akirakw authored Jun 17, 2024
2 parents 7bea73f + e25530e commit 469de7c
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 469de7c

Please sign in to comment.