diff --git a/.github/workflows/update_json.yml b/.github/workflows/update_json.yml index 7c1abe2..ee76101 100644 --- a/.github/workflows/update_json.yml +++ b/.github/workflows/update_json.yml @@ -9,7 +9,7 @@ on: jobs: build: # The type of runner that the job will run on - runs-on: macos-latest + runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2