diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1066c0b..eeb5cc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: osx: runs-on: macos-12 steps: - - name: Setup dotnet # Use setup dotnet action as macos-12 image no longer contains .net5.0 + - name: Setup dotnet # Use setup dotnet action as macos-12 image no longer contains .net5.0 and .net3.1 uses: actions/setup-dotnet@v3 with: dotnet-version: |