Skip to content

Commit e565c75

Browse files
committed
Upgrade CI to use windows-2022.
Fixes deprecation of windows-2019 runner images.
1 parent 7f88f30 commit e565c75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
build-windows:
6262
name: Build and run tests on Windows
63-
runs-on: windows-2019
63+
runs-on: windows-2022
6464
permissions:
6565
contents: read
6666
pull-requests: read
@@ -74,10 +74,10 @@ jobs:
7474
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
7575
echo "CC=i686-w64-mingw32-gcc" >> "$GITHUB_ENV"
7676
shell: bash
77-
- name: Install ZIP
77+
- name: Install packages
7878
run: |
7979
export
80-
pacman -Sy --noconfirm --noprogressbar --needed zip
80+
pacman -Sy --noconfirm --noprogressbar --needed zip mingw-w64-i686-gcc
8181
shell: bash
8282
- name: make
8383
run: |

0 commit comments

Comments
 (0)