Browse Source

Switch tests back to 20.04 to fix coverage

gcov appears broken in 22.04 (results have been 0% since the image was upgraded)
pull/5584/head
Anders Jenbo 3 years ago committed by GitHub
parent
commit
281d3c3fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/Linux_x86_64_test.yml

2
.github/workflows/Linux_x86_64_test.yml

@ -14,7 +14,7 @@ concurrency:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

Loading…
Cancel
Save