diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f414d5b..9624d1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: API checks run: ./build.sh ApiChecks @@ -86,7 +85,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Run benchmarks run: ./build.sh Benchmarks --benchmark-filter "*${{ matrix.benchmark }}*" @@ -137,7 +135,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Publish and run the native-AOT sample run: ./build.ps1 AotSample @@ -155,7 +152,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Run the web sample's smoke test run: ./build.sh WebSample @@ -212,7 +208,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Pack nuget packages run: ./build.sh Pack diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c30f177..c199b9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: API checks run: ./build.sh ApiChecks @@ -83,7 +82,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Run benchmarks run: ./build.sh Benchmarks --benchmark-filter "*${{ matrix.benchmark }}*" @@ -109,7 +107,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Publish and run the native-AOT sample run: ./build.ps1 AotSample @@ -127,7 +124,6 @@ jobs: uses: actions/setup-dotnet@v6 with: dotnet-version: | - 8.0.x 10.0.x - name: Run the web sample's smoke test run: ./build.sh WebSample