set the version of os of release ui ci runner

This commit is contained in:
geekgeekrun
2024-04-14 08:28:00 +08:00
parent 10e6023742
commit 1d43cf596c

View File

@@ -10,7 +10,7 @@ jobs:
build_on_windows:
env:
PUPPETEER_SKIP_DOWNLOAD: 'true'
runs-on: windows-latest
runs-on: windows-2022
permissions: write-all
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -57,7 +57,7 @@ jobs:
build_on_macos:
env:
PUPPETEER_SKIP_DOWNLOAD: 'true'
runs-on: macos-latest
runs-on: macos-14
permissions: write-all
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -88,7 +88,7 @@ jobs:
build_on_linux:
env:
PUPPETEER_SKIP_DOWNLOAD: 'true'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions: write-all
# Steps represent a sequence of tasks that will be executed as part of the job