Skip to content

Commit

Permalink
#239: Change CI to use Ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Sep 16, 2021
1 parent 87fbbeb commit f3e77c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master
jobs:
tests:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.0
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: codecov/codecov-action@v1

linting:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
name: Linting
steps:
- name: Setup Python
Expand All @@ -111,7 +111,7 @@ jobs:
run: nox -s lint

formatting:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
name: Code Formatting
steps:
- name: Setup Python
Expand All @@ -131,7 +131,7 @@ jobs:
run: nox -s black

safety:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
name: Dependency Safety
steps:
- name: Setup Python
Expand All @@ -151,7 +151,7 @@ jobs:
run: nox -s safety

generator-script-testing:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
continue-on-error: true
name: icatdb Generator Script Consistency Test
steps:
Expand Down

0 comments on commit f3e77c5

Please sign in to comment.