Skip to content

Commit

Permalink
Run on ubuntu:latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
phausamann committed Aug 6, 2023
1 parent d4d815b commit d62aff7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Expand Up @@ -6,9 +6,8 @@ on:
- cron: 0 8 * * 6

jobs:

pip:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
strategy:
max-parallel: 3
matrix:
Expand All @@ -29,7 +28,7 @@ jobs:
run: pytest

minimal:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
Expand All @@ -44,7 +43,7 @@ jobs:
run: pytest

latest:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
Expand All @@ -59,7 +58,7 @@ jobs:
run: pytest

package:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
Expand All @@ -78,7 +77,7 @@ jobs:
password: ${{ secrets.PYPI_TOKEN }}

conda-build:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
Expand All @@ -94,7 +93,7 @@ jobs:
run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u phausamann /usr/share/miniconda/conda-bld/noarch/rigid-body-motion*.tar.bz2 --force

docs:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
Expand All @@ -113,7 +112,7 @@ jobs:
touch docs/_build/html/.nojekyll
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
Expand Down

0 comments on commit d62aff7

Please sign in to comment.