Skip to content

Commit caeb32e

Browse files
committed
ci: Use Windows 2022 instead
1 parent 1c455b0 commit caeb32e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- macos-15
2121
- ubuntu-18.04
22-
- windows-2019
22+
- windows-2022
2323
emacs-version:
2424
- '27.2'
2525
- '28.1'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os:
3030
- macos-15
3131
- ubuntu-24.04
32-
- windows-2019
32+
- windows-2022
3333
emacs-version:
3434
- '28.2'
3535
- '29.4'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
emacs-version: '27.2'
3333
ext: so
3434
host: x86_64-unknown-linux-gnu
35-
- os: windows-2019
35+
- os: windows-2022
3636
emacs-version: '27.2'
3737
ext: dll
3838
host: x86_64-pc-windows-msvc
@@ -157,7 +157,7 @@ jobs:
157157
# and
158158
# (different-types 443 (tsc . 1))
159159
#
160-
# - os: windows-2019
160+
# - os: windows-2022
161161
# emacs-version: '27.2'
162162
runs-on: ${{ matrix.os }}
163163
steps:

0 commit comments

Comments
 (0)