diff --git a/.github/workflows/chromatic_workflow.yml b/.github/workflows/chromatic_workflow.yml index 50c71d96..4ff8df7a 100644 --- a/.github/workflows/chromatic_workflow.yml +++ b/.github/workflows/chromatic_workflow.yml @@ -2,7 +2,7 @@ name: Build and Test on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6c757a60..75a651d6 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,7 +7,7 @@ on: jobs: build: name: build - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: command: ['lint', 'build', 'type']