Skip to content

Commit

Permalink
Downgrade macos runner to macos-13 for openmp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil authored Dec 4, 2024
1 parent df58eab commit 7bd21ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build_macos:
name: macOS
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7bd21ed

Please sign in to comment.