Skip to content

Commit

Permalink
replaced ubuntu 20.04 with ubuntu 22.04 in CI workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Dec 13, 2023
1 parent 5a73c5c commit 4ecc7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
on-success:
name: Build, Test and Push Docker Image to DockerHub
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
permissions:
packages: write
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
platforms: linux/arm64, linux/amd64

on-failure:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- name: Print Test Fail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
flake8_py3:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Setup Python
uses: actions/setup-python@v1
Expand All @@ -35,7 +35,7 @@ jobs:

main:
needs: [flake8_py3]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 4ecc7ae

Please sign in to comment.