Skip to content

Commit

Permalink
Try to force GCC-12 for MacOS (try 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Jul 25, 2024
1 parent 8376136 commit ff6b673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on: [push] #, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
runs-on: ${{ matrix.os }}
# os: [ubuntu-latest] #, macos-latest]
os: [macos-12]
include:
Expand Down

0 comments on commit ff6b673

Please sign in to comment.