mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Use ubuntu-latest as machine for Github Actions
This commit is contained in:
parent
386534c236
commit
930bdb5403
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: Run Tests
|
||||
runs-on: "macos-latest"
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -l {0}
|
||||
|
|
Loading…
Reference in a new issue