Skip to content

Commit

Permalink
Use ubuntu-lts instead of specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Mar 23, 2024
1 parent fba60fa commit 0adcfcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest]
os: [ubuntu-lts, ubuntu-latest]

steps:
- name: Checkout
Expand All @@ -39,7 +39,7 @@ jobs:

release:
name: Continuous AppImage
runs-on: ubuntu-20.04
runs-on: ubuntu-lts
steps:
- name: Delete 'continuous' release and tag
uses: dev-drprasad/delete-tag-and-release@v1.0
Expand Down

0 comments on commit 0adcfcc

Please sign in to comment.