Skip to content

Commit

Permalink
Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Mar 31, 2024
1 parent 586c09f commit 5c2702c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# path: fluxengine/FluxEngine.pkg

build-windows:
runs-on: windows-2019
runs-on: windows-latest

steps:
- name: setup WSL
Expand All @@ -64,12 +64,12 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'davidgiven/fluxengine'
path: 'fluxengine'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'davidgiven/fluxengine-testdata'
path: 'fluxengine-testdata'
Expand Down

0 comments on commit 5c2702c

Please sign in to comment.