Skip to content

Commit

Permalink
disabled mac support (#18)
Browse files Browse the repository at this point in the history
* feat: added readme file

* feat: search support and bug fixes (#4)

* fix: Auto updater with github gist (#6)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing macos build (#8)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert (#10)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: macos cert (#12)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: building macos cert

* release (#13) (#14)

* feat: added readme file

* feat: search support and bug fixes (#4)

* fix: Auto updater with github gist (#6)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing macos build (#8)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert (#10)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: macos cert (#12)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: building macos cert

* disabled macos support (#15)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: building macos cert

* release (#13)

* feat: added readme file

* feat: search support and bug fixes (#4)

* fix: Auto updater with github gist (#6)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing macos build (#8)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert (#10)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: macos cert (#12)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: building macos cert

* update: disabled mac and linux support

* Dev (#17)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: building macos cert

* release (#13)

* feat: added readme file

* feat: search support and bug fixes (#4)

* fix: Auto updater with github gist (#6)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing macos build (#8)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert (#10)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: macos cert (#12)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates

* fix: testing build for macos

* fix: testing macos cert

* fix: building macos cert

* update: disabled mac and linux support

* disabled mac
  • Loading branch information
HoaX7 authored Sep 19, 2024
1 parent 022627f commit 61e71a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [windows-latest]
# platform: [macos-latest, ubuntu-latest, windows-latest]
include:
# - os: ubuntu-latest
# rust_target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 61e71a1

Please sign in to comment.