Skip to content

Commit

Permalink
debug dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 13, 2024
1 parent 5af989d commit b1f54c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ${{matrix.config.os}}
strategy:
matrix:
dotnet-version: ['7.0']
dotnet-version: ['7.0.x']
config:
- {name: aarch64-macos, os: macos-14, shell: bash, rid: osx-x64, buildType: Release}
- {name: x86_64-linux, os: ubuntu-latest, shell: bash, rid: linux-x64, buildType: Release}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
runs-on: ${{matrix.config.os}}
strategy:
matrix:
dotnet-version: ['7.0']
dotnet-version: ['7.0.x']
config:
- {name: aarch64-macos, os: macos-14, shell: bash}
- {name: x86_64-linux, os: ubuntu-latest, shell: bash}
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "7.0"
dotnet-version: "7.0.x"

- name: Download Unit Test Coverage
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compiler-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{matrix.config.os}}
strategy:
matrix:
dotnet-version: ['7.0']
dotnet-version: ['7.0.x']
config:
# - {name: aarch64-macos, os: macos-14, shell: bash, rid: osx-x64, buildType: Release}
- {name: x86_64-linux, os: ubuntu-latest, shell: bash, rid: linux-x64, buildType: Release}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ${{matrix.config.os}}
strategy:
matrix:
dotnet-version: ['7.0']
dotnet-version: ['7.0.x']
config:
# - {name: aarch64-macos, os: macos-14}
- {name: x86_64-linux, os: ubuntu-latest}
Expand Down

0 comments on commit b1f54c8

Please sign in to comment.