Skip to content

Commit e5243b1

Browse files
authored
Merge pull request #6 from bastelfreak/windows
Add Windows 2022 to CI
2 parents 37e842e + 4b503b3 commit e5243b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/presuite.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def beaker_platform
2828
'ubuntu-22.04' => 'ubuntu2204-64a',
2929
'macos-13' => 'osx13-64a',
3030
'windows-2016' => 'windows2016-64a',
31-
'windows-2019' => 'windows2019-64a'
31+
'windows-2019' => 'windows2019-64a',
32+
'windows-2022' => 'windows2022-64a',
3233
}[HOST_PLATFORM]
3334
end
3435

.github/workflows/acceptance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Platform
1919
strategy:
2020
matrix:
21-
os: [ windows-2019, ubuntu-22.04, macos-13 ]
21+
os: [ windows-2019, windows-2022, ubuntu-22.04, macos-13 ]
2222
fail-fast: false
2323
runs-on: ${{ matrix.os }}
2424
env:

0 commit comments

Comments
 (0)