From a976840c1dc432d560f5c028b49baf0d3a267e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCn=20=C3=96zerk?= Date: Mon, 20 Jan 2025 12:48:19 +0300 Subject: [PATCH] remove macos and run on ubuntu latest (#14) --- .github/workflows/generic.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index bb93510..6376b24 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -10,12 +10,6 @@ on: paths-ignore: - "**.md" workflow_dispatch: - inputs: - test-macos: - description: "run tests on macOS" - required: true - default: false - type: boolean # If new code is pushed to a PR branch, then cancel in progress workflows for # that PR. Ensures that we don't waste CI time, and returns results quicker. @@ -42,13 +36,7 @@ jobs: fail-fast: false matrix: os: - - ubuntu-22.04 - - macos-12 - run-all: - - ${{ inputs.test-macos == true || github.ref == 'refs/heads/main' }} - exclude: # exclude macos-12 when the condition is false - - run-all: false - os: macos-12 + - ubuntu-latest runs-on: ${{ matrix.os }} steps: