Skip to content

Commit 696a404

Browse files
Win-2022?
1 parent d54df06 commit 696a404

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testpr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, macos-14, windows-2019]
15+
os: [ubuntu-latest, macos-latest, macos-14, windows-2022]
1616
platform: [linux-64, linux-aarch64, osx-64, win-64, osx-arm64]
1717
environment: [beta]
1818
exclude:
@@ -58,9 +58,9 @@ jobs:
5858
frozen: true
5959

6060
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
61-
# - name: Clean up PATH
62-
# if: contains(matrix.os, 'windows')
63-
# uses: egor-tensin/cleanup-path@v4
61+
- name: Clean up PATH
62+
if: contains(matrix.os, 'windows')
63+
uses: egor-tensin/cleanup-path@v4
6464
# with:
6565
# cygpath in C:\Program Files\Git\usr\bin is used by install micromamba
6666
# git in C:\Program Files\Git\bin is used by pip install git+

0 commit comments

Comments
 (0)