Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
disable build for windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodantas committed Apr 15, 2021
1 parent 2949de9 commit 2aec1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:

strategy:
matrix:
os: [macos-10.14, ubuntu-18.04, windows-2019]
# os: [macos-10.14, ubuntu-18.04, windows-2019]
os: [ubuntu-18.04]

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 2aec1c3

Please sign in to comment.