Skip to content

Commit

Permalink
Use ubuntu-latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed Jun 17, 2024
1 parent cae1e80 commit d3fe065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: CI
jobs:

changed_pkgs:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.changed-pkgs.outputs.matrix }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
makepkg:
needs: changed_pkgs
name: makepkg
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.changed_pkgs.outputs.matrix)}}
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
needs: [changed_pkgs,makepkg]
name: Push to AUR
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.changed_pkgs.outputs.matrix)}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

makepkg:
name: makepkg
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
include:
Expand Down

0 comments on commit d3fe065

Please sign in to comment.