Skip to content

Commit

Permalink
Is the build failing because of the OS?
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Sep 1, 2023
1 parent 7f14bbc commit f48bc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- dev
- feature/*
- bugfix/*

pull_request:
branches:
- master
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]#, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit f48bc15

Please sign in to comment.