Skip to content

Commit

Permalink
Update github runner OS to Ubuntu 22.04/20.04 and macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Aug 13, 2023
1 parent 20d9ce4 commit a7226a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ jobs:
strategy:
matrix:
include:
- name: Ubuntu 20.04 (Python-3.8.2), native
os: ubuntu-20.04
- name: Ubuntu 22.04 (Python-3.10), native
os: ubuntu-22.04
method: native
iraf: /usr/lib/iraf/
upload_coverage: yes

- name: Ubuntu 20.04 (Python-3.8.2), native, without IRAF
os: ubuntu-20.04
- name: Ubuntu 22.04 (Python-3.10), native, without IRAF
os: ubuntu-22.04
method: native

- name: Ubuntu 18.04 (Python-3.7), pip
- name: Ubuntu 20.04 (Python-3.8.2), pip
os: ubuntu-18.04
method: pip
iraf: /usr/lib/iraf/

- name: macOS 10.15, pip
os: macos-10.15
- name: macOS 13, pip
os: macos-13
method: pip
iraf: /Users/runner/work/iraf/

Expand Down

0 comments on commit a7226a0

Please sign in to comment.