mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
reenable mac, dont use self-hosted anymore
This commit is contained in:
parent
07a8e8c36f
commit
4e8aab82ff
2 changed files with 4 additions and 6 deletions
2
.github/workflows/e2e_comment.yml
vendored
2
.github/workflows/e2e_comment.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- completed
|
- completed
|
||||||
jobs:
|
jobs:
|
||||||
e2e_comment:
|
e2e_comment:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
if: github.event.workflow_run.event == 'pull_request'
|
if: github.event.workflow_run.event == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- name: Dump Workflow run info from GitHub context
|
- name: Dump Workflow run info from GitHub context
|
||||||
|
|
|
||||||
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
|
|
@ -14,10 +14,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
#- macos-latest
|
- macos-latest
|
||||||
#- ubuntu-latest
|
- ubuntu-latest
|
||||||
- self-hosted
|
|
||||||
#- macos-latest
|
|
||||||
#TODO re-enable these:
|
#TODO re-enable these:
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -120,7 +118,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||||
|
|
||||||
build-linux-arm:
|
build-linux-arm:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue