Skip to content

Commit

Permalink
remove macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Jan 10, 2025
1 parent 5dab2f0 commit 7363afb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# , macos-latest
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +76,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# , macos-latest
os: [ubuntu-latest, windows-latest]
if: startsWith(github.ref, 'refs/tags/')

steps:
Expand Down

0 comments on commit 7363afb

Please sign in to comment.