Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Xiong <[email protected]>
  • Loading branch information
Arielfoever authored Sep 22, 2024
1 parent 28f1e8c commit 44f0e99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
mode: [newlib, linux, musl]
target: [rv32gc-ilp32d, rv64gc-lp64d]
compiler: [gcc, llvm]
Expand Down Expand Up @@ -121,7 +122,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
mode: [newlib, linux]
target: [rv64gc-lp64d]
steps:
Expand Down

0 comments on commit 44f0e99

Please sign in to comment.