Skip to content

Commit f899846

Browse files
Merge pull request #246 from tillahoffmann/os
Run tests on `ubuntu-latest`.
2 parents f451476 + f77321e commit f899846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- webdriver.py
3232
- keycloak.py
3333
- arangodb.py
34-
runs-on: ubuntu-18.04
34+
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Setup python ${{ matrix.python-version }}

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
env:
1111
python-version: 3.8
1212
steps:

0 commit comments

Comments
 (0)