github actions updates

This commit is contained in:
Jonathan Shook 2022-08-16 10:13:01 -05:00
parent 336a9381f0
commit 3703e58e8b
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
name: checkout nosqlbench

View File

@ -9,7 +9,7 @@ on:
jobs:
release:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: checkout repo
@ -244,7 +244,7 @@ jobs:
# docs:
# needs: release
# runs-on: ubuntu-18.04
# runs-on: ubuntu-20.04
# steps:
#
# - name: set git username