mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08: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
|
||||
jobs:
|
||||
e2e_comment:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.event == 'pull_request'
|
||||
steps:
|
||||
- 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:
|
||||
matrix:
|
||||
os:
|
||||
#- macos-latest
|
||||
#- ubuntu-latest
|
||||
- self-hosted
|
||||
#- macos-latest
|
||||
- macos-latest
|
||||
- ubuntu-latest
|
||||
#TODO re-enable these:
|
||||
#- windows-latest
|
||||
fail-fast: false
|
||||
|
|
@ -120,7 +118,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