aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-26 13:57:26 +0200
committerStefan Boberg <[email protected]>2023-05-26 13:57:26 +0200
commitc8cb928f446165b2cc2ff6e3ae59625cae727f82 (patch)
treeb5b5430c0348cc3db2d0adcd0e8f5f365874b8eb /.github/workflows
parentbump timeout for create-release to 25 min (linux/mac) (diff)
downloadzen-c8cb928f446165b2cc2ff6e3ae59625cae727f82.tar.xz
zen-c8cb928f446165b2cc2ff6e3ae59625cae727f82.zip
bumped xmake and vcpkg versions
xmake is now 2.7.9 (was 2.6.4) vcpkg is now 2023.04.15 (was 2022.08.15)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml12
-rw-r--r--.github/workflows/validate.yml12
2 files changed, 12 insertions, 12 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: |
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 43b4d7ea9..ab04d50cc 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -54,7 +54,7 @@ jobs:
arch:
- 'x64'
env:
- VCPKG_VERSION: 2022.08.15
+ VCPKG_VERSION: 2023.04.15
steps:
- name: Checkout
@@ -63,7 +63,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: | # Remove-Item -Recurse .vcpkg
@@ -120,7 +120,7 @@ jobs:
arch:
- 'x86_64'
env:
- VCPKG_VERSION: 2022.08.15
+ VCPKG_VERSION: 2023.04.15
steps:
- name: Checkout
@@ -135,7 +135,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: | # rm -rf .vcpkg
@@ -191,7 +191,7 @@ jobs:
arch:
- 'x86_64'
env:
- VCPKG_VERSION: 2022.08.15
+ VCPKG_VERSION: 2023.04.15
steps:
- name: Checkout
@@ -200,7 +200,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: | # rm -rf .vcpkg