Skip to content

Commit

Permalink
test ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 15, 2025
1 parent 31b2ff6 commit c9c313a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
python-version: ['3.10'] # , '3.11', '3.12']
numpy-version: ['<1.23']
astropy-version: ['<6.1', '<7']
Expand All @@ -33,7 +33,9 @@ jobs:
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- name: Checkout
- name: Install System Packages
run: sudo apt install libbz2-dev
- name: Checkout Package
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -66,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os: [ubuntu-latest]
python-version: ['3.10']

env:
Expand Down

0 comments on commit c9c313a

Please sign in to comment.