Skip to content

Commit

Permalink
rm ubuntu 18.04 linux x64, add ubuntu 20.04 arm
Browse files Browse the repository at this point in the history
  • Loading branch information
tekdogan committed Nov 5, 2024
1 parent 67eb354 commit b1bdb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
osversion: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
osversion: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
steps:
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: [self-hosted, linux, ARM64, dep-builder]
strategy:
matrix:
osversion: [ubuntu-22.04, ubuntu-24.04]
osversion: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
steps:
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v2
Expand Down

0 comments on commit b1bdb02

Please sign in to comment.