Skip to content

Commit

Permalink
Update main.yml to stick to macos 12 to support py38
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Apr 25, 2024
1 parent 04c14d1 commit 1840094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
macos-gcc:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
macos-clang:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 1840094

Please sign in to comment.