Skip to content

Commit

Permalink
pin to jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 3, 2024
1 parent b0502c1 commit dd93de2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ on:

jobs:
flake8_py3:
runs-on: ubuntu-latest
runs-on: ubuntu-jammy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
name: setup Python
with:
python-version: 3.8
python-version: 3.10
- name: Checkout pywis-pubsub
uses: actions/checkout@master
- name: Install flake8
run: pip install flake8
run: pip3 install flake8
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion wis2-gdc-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

FROM ubuntu:focal
FROM ubuntu:jammy

LABEL maintainer="tomkralidis@gmail.com"

Expand Down

0 comments on commit dd93de2

Please sign in to comment.