From 09c4a944c184d19e83e0bda87a2b2b42227e537c Mon Sep 17 00:00:00 2001 From: sdcb Date: Sun, 7 Apr 2024 17:19:55 +0800 Subject: [PATCH] linux container version is not update to date enough --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33fa1be..34fbb1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,12 +18,12 @@ jobs: run: dotnet build -c Release - name: Test run: dotnet test -c Release --no-build --verbosity normal - linux-ubuntu: - runs-on: ubuntu-latest - container: sdflysha/dotnet6sdk-paddle:2.5.0-ubuntu22 - steps: - - uses: actions/checkout@v3 - - name: Build code - run: dotnet build -c Release - - name: Test - run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LinuxExclude" + # linux-ubuntu: + # runs-on: ubuntu-latest + # container: sdflysha/dotnet6sdk-paddle:2.5.0-ubuntu22 + # steps: + # - uses: actions/checkout@v3 + # - name: Build code + # run: dotnet build -c Release + # - name: Test + # run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LinuxExclude"