Update cmake.yml

changed windows-latest to windows-2019
This commit is contained in:
Scott Charlton 2022-02-05 11:00:28 -07:00 committed by GitHub
parent f75f0dff85
commit 3d66674035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
chm:
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout phreeqc3-HTMLversion
@ -83,7 +83,7 @@ jobs:
# check:
# needs: [init]
# runs-on: windows-latest
# runs-on: windows-2019
# steps:
# - name: Display vars
# run: |
@ -259,7 +259,7 @@ jobs:
# # well on Windows or Mac. You can convert this to a matrix build if you need
# # cross-platform coverage.
# # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
# runs-on: windows-latest
# runs-on: windows-2019
# # Check all combinations of BUILD_SHARED_LIBS and BUILD_CLR_LIBS
# strategy: