diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468e63a0..0b16c4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Install meson, ninja, numpy and cython run: | conda install -q -y meson ninja numpy cython swig - - uses: ilammy/msvc-dev-cmd@v1.8.1 + - uses: ilammy/msvc-dev-cmd@v1.9.0 - name: Build with meson run: | meson setup builddir --buildtype=release -Dpython=python -Dpython-bindings=enabled -Dpython-numpy-bindings=${{ matrix.numpy }} @@ -75,7 +75,7 @@ jobs: with: args: install innosetup lazarus # required for the lib command - - uses: ilammy/msvc-dev-cmd@v1.8.1 + - uses: ilammy/msvc-dev-cmd@v1.9.0 with: arch: x64 - uses: msys2/setup-msys2@v2