Skip to content

Commit

Permalink
Updated workflow runners version
Browse files Browse the repository at this point in the history
  • Loading branch information
opengs committed Sep 10, 2023
1 parent 8e549ac commit dee2008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_for_linux:
name: Build for linux
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
quasar build --mode electron --publish always -T linux
build_for_windows:
name: Build for windows
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit dee2008

Please sign in to comment.