diff options
Diffstat (limited to '.github/workflows/create_release.yml')
| -rw-r--r-- | .github/workflows/create_release.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index f20e688bb..a75bc1b09 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -10,7 +10,7 @@ jobs: runs-on: [self-hosted, windows, x64] timeout-minutes: 25 env: - VCPKG_VERSION: 2022.08.15 + VCPKG_VERSION: 2023.04.15 steps: - uses: actions/checkout@v3 @@ -18,7 +18,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.6.4 + xmake-version: 2.7.9 - name: Installing vcpkg run: | @@ -61,7 +61,7 @@ jobs: runs-on: [self-hosted, linux, x64] timeout-minutes: 25 env: - VCPKG_VERSION: 2022.08.15 + VCPKG_VERSION: 2023.04.15 steps: - uses: actions/checkout@v3 @@ -75,7 +75,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.6.4 + xmake-version: 2.7.9 - name: Installing vcpkg run: | @@ -124,7 +124,7 @@ jobs: runs-on: [self-hosted, macos, x64] timeout-minutes: 25 env: - VCPKG_VERSION: 2022.08.15 + VCPKG_VERSION: 2023.04.15 steps: - uses: actions/checkout@v3 @@ -138,7 +138,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.6.4 + xmake-version: 2.7.9 - name: Installing vcpkg run: | |