Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 11, 2023
1 parent 24cceee commit b5cf726
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/amd64_macos_cmake_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
# Building using the github runner environement directly.
macos:
strategy:
matrix:
cmake: [
{generator: "Xcode", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: install},
{generator: "Unix Makefiles", config: Release, build_target: all, test_target: test, install_target: install},
]
python: [{version: 3.9}, {version: 3.10}, {version: 3.11}, {version: 3.12}]
fail-fast: false
matrix:
cmake: [
{generator: "Xcode", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: install},
{generator: "Unix Makefiles", config: Release, build_target: all, test_target: test, install_target: install},
]
python: [{version: 3.9}, {version: 3.10}, {version: 3.11}, {version: 3.12}]
fail-fast: false
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b5cf726

Please sign in to comment.