diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8162bb23..05b14d15 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -12,9 +12,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-20.04] include: - - os: ubuntu-latest + - os: ubuntu-20.04 target: Linux steps: @@ -51,7 +51,7 @@ jobs: msbuild Build.sln /t:Restore msbuild Build.sln /maxcpucount /verbosity:normal /t:Build - name: Build Cosmos - if: ${{ matrix.os == 'ubuntu-latest' }} + if: ${{ matrix.os == 'ubuntu-20.04' }} run: | sudo apt-get install yasm mkisofs make binutils git && \ cd ~ && \