From 323edce441a4c62b1c02475d34b73adc19c31e18 Mon Sep 17 00:00:00 2001 From: Yunus Gaziev Date: Mon, 24 Apr 2023 14:06:58 +0500 Subject: [PATCH] GitHub action runs only on ubuntu latest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca8f624..9b25449 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: [ "ubuntu-latest", "macos-latest" ] + runs-on: "ubuntu-latest", strategy: matrix: