Skip to content

Commit

Permalink
Merge pull request #246 from tillahoffmann/os
Browse files Browse the repository at this point in the history
Run tests on `ubuntu-latest`.
  • Loading branch information
tillahoffmann committed Sep 13, 2022
2 parents f451476 + f77321e commit f899846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- webdriver.py
- keycloak.py
- arangodb.py
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
python-version: 3.8
steps:
Expand Down

0 comments on commit f899846

Please sign in to comment.