diff --git a/.github/workflows/test-github-actions.yml b/.github/workflows/test-github-actions.yml index 6bda64e..56f2879 100644 --- a/.github/workflows/test-github-actions.yml +++ b/.github/workflows/test-github-actions.yml @@ -32,9 +32,7 @@ on: type: string jobs: test: - name: Hello - - runs-on: ${{ inputs.runner || 'ubuntu-latest' }} + runs-on: macos-old steps: - uses: actions/checkout@v4