Skip to content

Commit 74388f9

Browse files
💚 Fix CI with ubuntu 20.04
1 parent d346f57 commit 74388f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest]
15+
os: [ubuntu-20.04]
1616
include:
17-
- os: ubuntu-latest
17+
- os: ubuntu-20.04
1818
target: Linux
1919

2020
steps:
@@ -51,7 +51,7 @@ jobs:
5151
msbuild Build.sln /t:Restore
5252
msbuild Build.sln /maxcpucount /verbosity:normal /t:Build
5353
- name: Build Cosmos
54-
if: ${{ matrix.os == 'ubuntu-latest' }}
54+
if: ${{ matrix.os == 'ubuntu-20.04' }}
5555
run: |
5656
sudo apt-get install yasm mkisofs make binutils git && \
5757
cd ~ && \

0 commit comments

Comments
 (0)