Skip to content

Commit

Permalink
Revert "Use ubuntu-lts instead of specific version"
Browse files Browse the repository at this point in the history
This reverts commit 0adcfcc.
  • Loading branch information
mgrojo committed Mar 25, 2024
1 parent 0adcfcc commit 2ac35cf
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-lts, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-latest]

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

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

0 comments on commit 2ac35cf

Please sign in to comment.