mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-30 03:30:48 +00:00
Allow for Windows'22 container (#91)
(win22 is just a guess, at this moment)
This commit is contained in:
Vendored
+1
@@ -6378,6 +6378,7 @@ function getRunnerOSVersion() {
|
||||
ubuntu18: 'ubuntu-18.04',
|
||||
ubuntu20: 'ubuntu-20.04',
|
||||
win19: 'windows-2019',
|
||||
win22: 'windows-2022',
|
||||
}
|
||||
const containerFromEnvImageOS = ImageOSToContainer[process.env.ImageOS]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user