Skip to content

Commit

Permalink
Disable Linux and macOS builds from GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuu17 committed Jun 8, 2024
1 parent ec2c8eb commit 3aba423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
matrix:
build_type: ['Debug', 'Release']
config:
- { name: '🍏 macOS Clang', os: macos-latest }
- { name: '🐧 Linux GCC', os: ubuntu-latest }
# - { name: '🍏 macOS Clang', os: macos-latest }
# - { name: '🐧 Linux GCC', os: ubuntu-latest }
- { name: 'πŸͺŸ Windows MSVC', os: windows-latest }

name: πŸ›  Build / ${{ matrix.config.name }} (${{ matrix.build_type }})
Expand Down

0 comments on commit 3aba423

Please sign in to comment.