Skip to content

Commit

Permalink
Merge pull request #1 from ojoeth/main
Browse files Browse the repository at this point in the history
Update builder to Ubuntu 22.04
  • Loading branch information
valicm authored Feb 2, 2024
2 parents 1f69573 + 6ad7d5f commit 948212d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:
jobs:
build:
name: Dbeaver CE AppImage
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Install libfuse2
run: sudo apt-get install -y libfuse2
- name: Build
id: build
uses: valicm/appimage-bash@main
Expand Down

0 comments on commit 948212d

Please sign in to comment.