Skip to content

Commit 2b7164f

Browse files
authored
Move to windows-2022 in CI (purescript#4583)
GitHub is sunsetting the `windows-2019` runner that we use in CI
1 parent 94cec4f commit 2b7164f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- os: macos-13 # x64
6464
- os: macos-14 # arm64
65-
- os: windows-2019 # x64
65+
- os: windows-2022 # x64
6666

6767
runs-on: "${{ matrix.os }}"
6868
container: "${{ matrix.image }}"

0 commit comments

Comments
 (0)