From d3eb58307155ef9a8036a9261a727abe56e12fdd Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Thu, 9 Jun 2022 13:30:39 +0200 Subject: [PATCH] migrate db link generation from macOS to Linux --- .github/workflows/make_tracked_links_list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index a0d888228e..4da2bc5d95 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -11,7 +11,7 @@ on: jobs: make_tracked_links_file: name: Make tracked links file - runs-on: macos-10.15 + runs-on: ubuntu-20.04 timeout-minutes: 5 steps: