Skip to content

Commit

Permalink
enable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 20, 2024
1 parent 3267020 commit c8a1412
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
include:
- name: Linux
os: ubuntu-latest
# artifact: build-Linux release
# - name: macOS
# os: macos-latest
# artifact: build-macOS
- name: macOS
os: macos-latest
- name: Windows
os: windows-latest
# artifact: build-Windows
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c8a1412

Please sign in to comment.