Skip to content

Commit

Permalink
remove macos and run on ubuntu latest (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk authored Jan 20, 2025
1 parent 5ce5067 commit a976840
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit a976840

Please sign in to comment.