mirror of
https://github.com/monero-project/monero.git
synced 2025-02-22 17:50:20 +02:00
ci: consolidate ubuntu 20.04 runs
This commit is contained in:
parent
84df77404e
commit
498ed27cf3
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -132,10 +132,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Oldest supported Ubuntu LTS version
|
|
||||||
- name: Ubuntu 20.04
|
|
||||||
container: ubuntu:20.04
|
|
||||||
|
|
||||||
# Most popular Ubuntu LTS version
|
# Most popular Ubuntu LTS version
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
container: ubuntu:22.04
|
container: ubuntu:22.04
|
||||||
@ -172,11 +168,11 @@ jobs:
|
|||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
name: "${{ matrix.name }} (tests)"
|
name: "${{ matrix.name }} (tests)"
|
||||||
needs: build-ubuntu
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
# Oldest supported Ubuntu LTS version
|
||||||
- name: Ubuntu 20.04
|
- name: Ubuntu 20.04
|
||||||
container: ubuntu:20.04
|
container: ubuntu:20.04
|
||||||
container:
|
container:
|
||||||
|
Loading…
Reference in New Issue
Block a user