mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +00:00
fix: bump windows runner to 2022
This commit is contained in:
parent
e4972bc0dc
commit
ca58d6bc24
2
.github/actions/publish/action.yml
vendored
2
.github/actions/publish/action.yml
vendored
@ -15,7 +15,7 @@ inputs:
|
|||||||
# Beware that native modules will be built for this version,
|
# Beware that native modules will be built for this version,
|
||||||
# which might not be compatible with the one used by pkg (see forge.sidecar.ts)
|
# which might not be compatible with the one used by pkg (see forge.sidecar.ts)
|
||||||
# https://github.com/vercel/pkg-fetch/releases
|
# https://github.com/vercel/pkg-fetch/releases
|
||||||
default: '20.x'
|
default: '20.19'
|
||||||
VERBOSE:
|
VERBOSE:
|
||||||
type: string
|
type: string
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
6
.github/workflows/flowzone.yml
vendored
6
.github/workflows/flowzone.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
"os": [
|
"os": [
|
||||||
["ubuntu-22.04"],
|
["ubuntu-22.04"],
|
||||||
["windows-2019"],
|
["windows-2022"],
|
||||||
["macos-13"],
|
["macos-13"],
|
||||||
["macos-latest-xlarge"]
|
["macos-latest-xlarge"]
|
||||||
]
|
]
|
||||||
@ -31,11 +31,11 @@ jobs:
|
|||||||
{
|
{
|
||||||
"os": [
|
"os": [
|
||||||
["ubuntu-22.04"],
|
["ubuntu-22.04"],
|
||||||
["windows-2019"],
|
["windows-2022"],
|
||||||
["macos-13"],
|
["macos-13"],
|
||||||
["macos-latest-xlarge"]
|
["macos-latest-xlarge"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
restrict_custom_actions: false
|
restrict_custom_actions: false
|
||||||
github_prerelease: true
|
github_prerelease: true
|
||||||
cloudflare_website: "etcher"
|
cloudflare_website: 'etcher'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user