Skip to content

Commit

Permalink
Don't use Ubuntu 18.04 to build Dugite for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Aug 12, 2024
1 parent 842b2be commit 9839815
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
build:
name: ${{ matrix.friendlyName }} ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.image }}
strategy:
fail-fast: false
matrix:
Expand All @@ -42,17 +41,14 @@ jobs:
- os: ubuntu-20.04
friendlyName: Linux
targetPlatform: ubuntu
image: ubuntu:18.04
- os: ubuntu-20.04
friendlyName: Linux
targetPlatform: ubuntu
arch: arm64
image: ubuntu:18.04
- os: ubuntu-20.04
friendlyName: Linux
targetPlatform: ubuntu
arch: arm
image: ubuntu:18.04
exclude:
- os: macos-11
arch: x86
Expand Down

0 comments on commit 9839815

Please sign in to comment.