Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
remove failing mac and windodws builds
  • Loading branch information
tblaha authored Feb 26, 2024
1 parent 29ab123 commit f6b27c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
os: ubuntu-22.04
releaseArgs: --linux64

- name: macOS
os: macos-12
releaseArgs: --osx64
# - name: macOS
# os: macos-12
# releaseArgs: --osx64

- name: Windows
os: windows-2022
releaseArgs: --win64
# - name: Windows
# os: windows-2022
# releaseArgs: --win64
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f6b27c7

Please sign in to comment.