Skip to content

Commit

Permalink
Trying ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Feb 2, 2021
1 parent 1bc183f commit 8100ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]
python-version: [3.7]

steps:
Expand Down
4 changes: 2 additions & 2 deletions conda_recipe/xspec-modelsonly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ requirements:
#- ccfits==2.5 # [py2k]
- cfitsio==3.410 # [py2k]
- gfortran_osx-64 # [osx]
- {{ compiler('c') }} # [linux]
- {{ compiler('cxx') }} # [linux]
#- {{ compiler('c') }} # [linux]
#- {{ compiler('cxx') }} # [linux]
- {{ compiler('fortran') }} # [linux]
- libgfortran>=3.0,<4.0 # [osx]
- libgfortran-ng==7.5.0 # [linux]
Expand Down

0 comments on commit 8100ce6

Please sign in to comment.