Skip to content

Commit

Permalink
💚 Fix CI with ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz authored Jan 24, 2024
1 parent d346f57 commit 74388f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 ~ && \
Expand Down

0 comments on commit 74388f9

Please sign in to comment.