Skip to content

Commit

Permalink
Merge pull request #3 from imobanco/feature/updates-ci
Browse files Browse the repository at this point in the history
Atualizações do CI, actions e Ubuntu
  • Loading branch information
PedroRegisPOAR authored Jan 31, 2024
2 parents 1e0e54a + 58aade5 commit 5c018bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
push:
name: Build & Push
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
Expand All @@ -32,7 +32,7 @@ jobs:
# Remove podman via apt-get
- run: |
sudo apt-get purge -y podman containers-image containers-common
sudo apt-get purge -y podman
sudo apt-get autoremove --purge
sudo apt-get -y clean
podman --version || echo podman not installed
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
Expand All @@ -34,7 +34,7 @@ jobs:
# Remove podman via apt-get
- run: |
sudo apt-get purge -y podman containers-image containers-common
sudo apt-get purge -y podman
sudo apt-get autoremove --purge
sudo apt-get -y clean
podman --version || echo podman not installed
Expand Down

0 comments on commit 5c018bb

Please sign in to comment.