Revert ubuntu version change

#1982
This commit is contained in:
Dave Fisher
2024-07-19 11:58:51 -07:00
committed by GitHub
parent 673e13e864
commit 1a38a721b9

View File

@@ -12,7 +12,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: checkout nosqlbench name: checkout nosqlbench
@@ -74,7 +74,7 @@ jobs:
builddocs: builddocs:
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: ubuntu-20.04
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'main' }} if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'main' }}
steps: steps: