Skip to content

Commit

Permalink
Use ubuntu 20.04
Browse files Browse the repository at this point in the history
Fuse is not installed by default on ubuntu 22.04 (aka ubuntu-latest in github actions)
  • Loading branch information
valicm authored Dec 23, 2022
1 parent 060fe7f commit ab59155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
version:
name: VSCode AppImage
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit ab59155

Please sign in to comment.