chore: fix runs-on

This commit is contained in:
41666 2020-09-22 22:22:08 -04:00
parent dfbcd0c6e6
commit 8b018db9f8

View file

@ -5,7 +5,7 @@ on: push
jobs:
bazel_build:
name: Bazel Build
runs-on: ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master