[geos-commits] [SCM] GEOS branch dependabot/github_actions/all-actions-75c878a17d updated. e0dc9983bfeeedbcf96afbd8911d3d28321c31c7
git at osgeo.org
git at osgeo.org
Wed Jul 1 15:43:03 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, dependabot/github_actions/all-actions-75c878a17d has been updated
via e0dc9983bfeeedbcf96afbd8911d3d28321c31c7 (commit)
from 70d903915980f99db1a95162e5370ebe89c11073 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e0dc9983bfeeedbcf96afbd8911d3d28321c31c7
Author: Mike Taves <mwtoews at gmail.com>
Date: Thu Jul 2 10:42:25 2026 +1200
Switch GHA from ilammy/msvc-dev-cmd to TheMrMilchmann/setup-msvc-dev
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 84ff56502..c3547f00c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -373,7 +373,7 @@ jobs:
arch: x64
- os: windows-11-arm
cxxstd: 20
- arch: arm64
+ arch: x86_arm64
runs-on: ${{ matrix.ci.os }}
steps:
@@ -392,7 +392,7 @@ jobs:
run: choco install ccache ninja
- name: Activate MSVC
- uses: ilammy/msvc-dev-cmd at v1.13.0
+ uses: TheMrMilchmann/setup-msvc-dev at v4
with:
arch: ${{ matrix.ci.arch }}
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list