From c14814db930bc11553dafd574b3ccfef563975a9 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 15 Mar 2024 17:22:46 +0800 Subject: [PATCH] Change runner to ubuntu-latest --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5f86cb3..3c6a416 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -7,7 +7,7 @@ on: jobs: tests: - runs-on: macos-latest + runs-on: ubuntu-latest concurrency: group: web_integration_tests