mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
try fix
This commit is contained in:
parent
8baba12c6e
commit
ede1db984a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
os:
|
||||
#- macos-latest
|
||||
#- ubuntu-latest
|
||||
- self-hosted
|
||||
- ubuntu-selfhosted
|
||||
#- macos-latest
|
||||
#TODO re-enable these:
|
||||
#- windows-latest
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||
|
||||
build-linux-arm:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue