From 96b02f253e38be663b8a4412eea6a805d04bc713 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 14 Sep 2025 02:36:19 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e61ff..2e6ab99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,12 +11,12 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, windows-2019] + os: [ubuntu-22.04, windows-2022] # os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} defaults: run: - shell: ${{ matrix.os == 'windows-2019' && 'msys2 {0}' || 'bash' }} + shell: ${{ matrix.os == 'windows-2022' && 'msys2 {0}' || 'bash' }} steps: - name: Checkout repository @@ -190,4 +190,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: iDescriptor-Windows - path: build/iDescriptor.exe + path: build/Release/iDescriptor.exe