mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
wip
This commit is contained in:
parent
5cf385e717
commit
57b0c1e06b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
os:
|
||||
#- macos-latest
|
||||
#- ubuntu-latest
|
||||
- ubuntu-selfhosted
|
||||
- self-hosted
|
||||
#- macos-latest
|
||||
#TODO re-enable these:
|
||||
|
|
@ -122,7 +121,7 @@ jobs:
|
|||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||
|
||||
build-linux-arm:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue