Skip to content

Commit b255482

Browse files
authored
Updated to actions/checkout@v4 and added windows-2019 to ctest matrix
1 parent 0bec346 commit b255482

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# check_files:
3232
# runs-on: ubuntu-latest
3333
# steps:
34-
# - uses: actions/checkout@v3
34+
# - uses: actions/checkout@v4
3535
# name: Check out repository
3636
# - run: ./check_utf8.sh
3737
# name: Run check_utf8.sh
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454

5555
- name: '🧰 Checkout'
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
with:
5858
repository: usgs-coupled/numdiff
5959

@@ -120,7 +120,7 @@ jobs:
120120
BUILD_TYPE: Release
121121

122122
steps:
123-
- uses: actions/checkout@v3
123+
- uses: actions/checkout@v4
124124

125125
- name: Configure
126126
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
@@ -135,13 +135,13 @@ jobs:
135135
strategy:
136136
fail-fast: false
137137
matrix:
138-
os: [macos-latest, ubuntu-latest, windows-latest]
138+
os: [macos-latest, ubuntu-latest, windows-2019, windows-latest]
139139

140140
needs: [build, build-numdiff]
141141
runs-on: ${{ matrix.os }}
142142

143143
steps:
144-
- uses: actions/checkout@v3
144+
- uses: actions/checkout@v4
145145

146146
- name: Install ninja numdiff valgrind (Linux)
147147
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)