Skip to content

Commit

Permalink
ci: ok, another time
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Feb 2, 2024
1 parent 8b951d1 commit aabb485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build_headless:
strategy:
matrix:
os: [linux, windows, macos]
os: [linux, windows] # , macos]
arch: ["x86_64", "aarch64"]
runs-on: ${{ matrix.os == 'linux' && 'ubuntu-latest' || matrix.os == 'macos' && 'macos-14' || 'windows-latest' }}
steps:
Expand Down

0 comments on commit aabb485

Please sign in to comment.