mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39: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:
|
||||
bazel_build:
|
||||
name: Bazel Build
|
||||
runs-on: ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue