Skip to content

Commit

Permalink
run GHA on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
megahirt committed Jun 21, 2024
1 parent 96dc332 commit 1851eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ on:

jobs:
build-and-test:
name: Build Debug and Run Tests
# note that the older .Net 4.6.1 isn't installed on windows-latest anymore
# see https://github.com/actions/runner-images/issues/5055
runs-on: windows-2019
name: Build and run tests
runs-on: windows-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-installer:
name: Build Release And Make Installer
runs-on: windows-2019
runs-on: windows-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 1851eda

Please sign in to comment.