Skip to content

Commit

Permalink
Merge pull request #1999 from AntelopeIO/libtester_tests_u22only
Browse files Browse the repository at this point in the history
only run libtester tests on ubuntu22
  • Loading branch information
spoonincode authored Dec 19, 2023
2 parents 4223dd0 + 734b569 commit 4cf19e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu20, ubuntu22]
platform: [ubuntu22]
test: [build-tree, make-dev-install, deb-install]
runs-on: ["self-hosted", "enf-x86-midtier"]
container: ${{ matrix.test != 'deb-install' && fromJSON(needs.platform-cache.outputs.platforms)[matrix.platform].image || matrix.platform == 'ubuntu20' && 'ubuntu:focal' || 'ubuntu:jammy' }}
container: ${{ matrix.test != 'deb-install' && fromJSON(needs.platform-cache.outputs.platforms)[matrix.platform].image || 'ubuntu:jammy' }}
env:
DEBIAN_FRONTEND: noninteractive
TZ: Etc/UTC
Expand Down

0 comments on commit 4cf19e5

Please sign in to comment.