Skip to content

Commit

Permalink
Update build_gcc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Jan 9, 2025
1 parent 7261b98 commit 9bf8d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_with_gcc:
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
env:
PACKAGESDIR: ${{ github.workspace }}/packages
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
cp artifacts/packages/Release/Shipping/dotnet-sdk-*-linux-riscv64.tar.gz ${OUTPUTDIR}/dotnet-sdk-${SDK_VERSION}-linux-riscv64-gcc-${{ matrix.os }}.tar.gz
cp artifacts/packages/Release/Shipping/dotnet-sdk-*-linux-riscv64.tar.gz.sha512 ${OUTPUTDIR}/dotnet-sdk-${SDK_VERSION}-linux-riscv64-gcc-${{ matrix.os }}.tar.gz.sha512
- name: Upload SDK
- name: Upload .NET
uses: actions/upload-artifact@v4
if: startsWith(github.ref, 'refs/tags/') != true
with:
Expand Down

0 comments on commit 9bf8d70

Please sign in to comment.