diff options
| author | Dan Engelbrecht <[email protected]> | 2024-04-24 12:40:40 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-04-24 12:40:40 +0200 |
| commit | 351238e2d576a92b2f9edc5e94b7463efec56acc (patch) | |
| tree | 85e8e20ff5078da8a6ba10489fa684d142857856 /.github/workflows | |
| parent | Bugfix: Only disable oplog update capture if we have started it (#58) (diff) | |
| download | zen-351238e2d576a92b2f9edc5e94b7463efec56acc.tar.xz zen-351238e2d576a92b2f9edc5e94b7463efec56acc.zip | |
bump vcpkg and xmake to latest (#40)
- Improvement: Bumped xmake to 2.9.1 and vcpkg version to 2024.03.25
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index cab550e5f..c7aee4ae4 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1,7 +1,7 @@ name: Create Release env: - VCPKG_VERSION: 2023.07.21 - XMAKE_VERSION: 2.8.2 # 2.8.3 breaks fetching of asio package on MacOS ARM + VCPKG_VERSION: 2024.03.25 + XMAKE_VERSION: 2.9.1 WINDOWS_SDK_VERSION: 22621 on: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 75d9153dc..63f49b70a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,7 +1,7 @@ name: Validate env: - VCPKG_VERSION: 2023.07.21 - XMAKE_VERSION: 2.8.2 # 2.8.3 breaks fetching of asio package on MacOS ARM + VCPKG_VERSION: 2024.03.25 + XMAKE_VERSION: 2.9.1 WINDOWS_SDK_VERSION: 22621 on: |