mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 23:47:54 +08:00
set the version of os of release ui ci runner
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
build_on_windows:
|
build_on_windows:
|
||||||
env:
|
env:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
build_on_macos:
|
build_on_macos:
|
||||||
env:
|
env:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
build_on_linux:
|
build_on_linux:
|
||||||
env:
|
env:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
|
|||||||
Reference in New Issue
Block a user