Skip to content

Commit

Permalink
disabling macos from the run
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Oct 20, 2024
1 parent aca34fc commit 5e1b704
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 @@ -101,8 +101,8 @@ jobs:
include:
# Linux
- { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc }
# macOS
- { name: macos-clang, os: macos-latest, compiler: clang }
# # macOS
# - { name: macos-clang, os: macos-latest, compiler: clang }
# Windows
- { php: '8.0', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
Expand Down

0 comments on commit 5e1b704

Please sign in to comment.