reenable mac, dont use self-hosted anymore

This commit is contained in:
Philip Peterson 2024-12-08 05:33:23 -09:00
parent 07a8e8c36f
commit 4e8aab82ff
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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: