mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
chore(dep): bump Ubuntu image from 18.04 to 22.04 (#8420)
This commit is contained in:
8
.github/workflows/build-desktop-release.yml
vendored
8
.github/workflows/build-desktop-release.yml
vendored
@@ -52,7 +52,7 @@ env:
|
||||
|
||||
jobs:
|
||||
compile-cljs:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check build options
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.build-target == 'nightly' || github.event.inputs.build-target == 'beta') && github.event.inputs.git-ref != 'master' }}
|
||||
@@ -170,7 +170,7 @@ jobs:
|
||||
path: static
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [ compile-cljs ]
|
||||
steps:
|
||||
- name: Download The Static Asset
|
||||
@@ -437,7 +437,7 @@ jobs:
|
||||
nightly-release:
|
||||
if: ${{ github.event_name == 'schedule' || github.event.inputs.build-target == 'nightly' }}
|
||||
needs: [ build-macos-x64, build-macos-arm64, build-linux, build-windows, build-android ]
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Download MacOS x64 Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
@@ -506,7 +506,7 @@ jobs:
|
||||
# NOTE: For now, we only have beta channel to be released on Github
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.build-target == 'beta' }}
|
||||
needs: [ build-macos-x64, build-macos-arm64, build-linux, build-windows ]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Download MacOS x64 Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user