We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d346f57 commit 74388f9Copy full SHA for 74388f9
.github/workflows/dotnet-core.yml
@@ -12,9 +12,9 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-latest]
+ os: [ubuntu-20.04]
16
include:
17
- - os: ubuntu-latest
+ - os: ubuntu-20.04
18
target: Linux
19
20
steps:
@@ -51,7 +51,7 @@ jobs:
51
msbuild Build.sln /t:Restore
52
msbuild Build.sln /maxcpucount /verbosity:normal /t:Build
53
- name: Build Cosmos
54
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-20.04' }}
55
run: |
56
sudo apt-get install yasm mkisofs make binutils git && \
57
cd ~ && \
0 commit comments