Skip to content

Commit

Permalink
Revert "Update unit_test_macos_x64.yml"
Browse files Browse the repository at this point in the history
This reverts commit 759913c.
  • Loading branch information
rookiepeng committed Oct 17, 2024
1 parent 759913c commit aa86bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test_macos_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
c_compiler: [clang]
cxx_compiler: [clang++]
c_compiler: [gcc-13]
cxx_compiler: [g++-13]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aa86bbb

Please sign in to comment.