Skip to content

Commit

Permalink
Merge pull request #254 from ral-facilities/ubuntu-20-ci-#239
Browse files Browse the repository at this point in the history
Use Ubuntu 20 on CI
  • Loading branch information
MRichards99 authored Sep 17, 2021
2 parents 87fbbeb + 0439c0d commit 4167fbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.04
strategy:
fail-fast: false
matrix:
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: icatproject-contrib/icat-ansible
ref: change-payara-setup-script-url
ref: ubuntu-20-work
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
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 All @@ -175,7 +175,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: icatproject-contrib/icat-ansible
ref: change-payara-setup-script-url
ref: ubuntu-20-work
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
Expand Down

0 comments on commit 4167fbf

Please sign in to comment.