Skip to content

Commit

Permalink
Gets gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 696d90f commit d1fddad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14]
pyversions: ['3.11', '3.10', '3.9', '3.8', '3.7',]
os: [macos-13] #, macos-14]
pyversions: ['3.11'] #, '3.10', '3.9', '3.8', '3.7',]

steps:
- uses: actions/checkout@v4
Expand All @@ -60,8 +60,8 @@ jobs:
pip install 'build<0.10.0'
- name: Install gfortran
run: brew install gfortran
- name: Print gcc version
run: gcc --version
# - uses: Dup4/actions-setup-gcc@v1
# with:
# version: latest
Expand Down

0 comments on commit d1fddad

Please sign in to comment.