From 063ea521ca3df91b6ce0382bb958d9ee8bcdbe39 Mon Sep 17 00:00:00 2001 From: Soh Satoh <20023945+sohsatoh@users.noreply.github.com> Date: Sat, 28 Aug 2021 12:38:20 +0900 Subject: [PATCH] Fix Actions (https://github.com/actions/virtual-environments/issues/602) --- .github/workflows/update_json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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