mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
chore: fix runs-on
This commit is contained in:
parent
dfbcd0c6e6
commit
8b018db9f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -5,7 +5,7 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
bazel_build:
|
bazel_build:
|
||||||
name: Bazel Build
|
name: Bazel Build
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue