Skip to content

Commit f84d291

Browse files
committed
Tracking ci.yml changes from master.
1 parent 7b1dbb8 commit f84d291

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci_sh_def.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: brew install boost
9292

9393
- name: Update CMake
94-
uses: jwlawson/actions-setup-cmake@v1.11
94+
uses: jwlawson/actions-setup-cmake@v1.12
9595

9696
- name: Cache wheels
9797
if: runner.os == 'macOS'
@@ -232,7 +232,7 @@ jobs:
232232
debug: ${{ matrix.python-debug }}
233233

234234
- name: Update CMake
235-
uses: jwlawson/actions-setup-cmake@v1.11
235+
uses: jwlawson/actions-setup-cmake@v1.12
236236

237237
- name: Valgrind cache
238238
if: matrix.valgrind
@@ -490,7 +490,7 @@ jobs:
490490
run: python3 -m pip install --upgrade pip
491491

492492
- name: Update CMake
493-
uses: jwlawson/actions-setup-cmake@v1.11
493+
uses: jwlawson/actions-setup-cmake@v1.12
494494

495495
- name: Configure
496496
shell: bash
@@ -786,7 +786,7 @@ jobs:
786786
architecture: x86
787787

788788
- name: Update CMake
789-
uses: jwlawson/actions-setup-cmake@v1.11
789+
uses: jwlawson/actions-setup-cmake@v1.12
790790

791791
- name: Prepare MSVC
792792
uses: ilammy/[email protected]
@@ -834,7 +834,7 @@ jobs:
834834
python-version: ${{ matrix.python }}
835835

836836
- name: Update CMake
837-
uses: jwlawson/actions-setup-cmake@v1.11
837+
uses: jwlawson/actions-setup-cmake@v1.12
838838

839839
- name: Prepare MSVC
840840
uses: ilammy/[email protected]
@@ -894,7 +894,7 @@ jobs:
894894
python-version: ${{ matrix.python }}
895895

896896
- name: Update CMake
897-
uses: jwlawson/actions-setup-cmake@v1.11
897+
uses: jwlawson/actions-setup-cmake@v1.12
898898

899899
- name: Prepare env
900900
run: |

.github/workflows/ci_sh_def.yml.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2022-01-11 17:48:37.159294931 -0800
2-
+++ ci_sh_def.yml 2022-01-11 17:51:44.916147343 -0800
1+
--- ci.yml 2022-01-25 16:47:53.830999786 -0800
2+
+++ ci_sh_def.yml 2022-01-25 16:48:45.714550945 -0800
33
@@ -1,4 +1,16 @@
44
-name: CI
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:

0 commit comments

Comments
 (0)