Skip to content

Commit

Permalink
Updated to actions/checkout@v4 and added windows-2019 to ctest matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored Apr 10, 2024
1 parent 0bec346 commit b255482
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# check_files:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# name: Check out repository
# - run: ./check_utf8.sh
# name: Run check_utf8.sh
Expand All @@ -53,7 +53,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: usgs-coupled/numdiff

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
BUILD_TYPE: Release

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit b255482

Please # to comment.