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 10, 2025
1 parent e62d6f6 commit dd7e154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, ubuntu-24.04]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
env:
PACKAGESDIR: ${{ github.workspace }}/packages
Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Clone repositories
run: |
git clone --depth 1 -b v9.0.0 https://github.com/dotnet/runtime
git clone --depth 1 -b v9.0.0 https://github.com/dotnet/aspnetcore --recurse-submodules
git clone --depth 1 -b release/9.0 https://github.com/dotnet/runtime
git clone --depth 1 -b release/9.0 https://github.com/dotnet/aspnetcore --recurse-submodules
git clone --depth 1 -b v9.0.100 https://github.com/dotnet/sdk
- name: Build runtime
Expand Down

0 comments on commit dd7e154

Please sign in to comment.