mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
no point to support 18.04 in tests
This commit is contained in:
parent
b2f4073921
commit
0cca6aca2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
UBUNTU_VERSION: ["18.04", "20.04"]
|
UBUNTU_VERSION: ["20.04"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2.3.1
|
- uses: actions/setup-python@v2.3.1
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
UBUNTU_VERSION: ["18.04", "20.04"]
|
UBUNTU_VERSION: ["20.04"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2.3.1
|
- uses: actions/setup-python@v2.3.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue