Skip to content

Commit

Permalink
Replacing python version with 3.9 and removing gcc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 18, 2023
1 parent 751b260 commit f3d1cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions(Linux&Mac).yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, macos-latest]
python-version: ["3.10"]
compiler: [gcc-12, clang]
python-version: ["3.9"]
compiler: [clang]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit f3d1cb7

Please sign in to comment.