Skip to content

Commit

Permalink
ci/windows: correct the target double to uwp because we target the st…
Browse files Browse the repository at this point in the history
…ore, drop 2019 support because we are way in the future from that
  • Loading branch information
Will committed May 26, 2024
1 parent 74c8690 commit 14e81e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
analyze:
runs-on: ${{matrix.os}}
permissions:
actions: read
contents: read
security-events: write
runs-on: ${{matrix.os}}
strategy:
matrix:
target-double:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
strategy:
matrix:
target-double:
- pc-windows-msvc
- uwp-windows-msvc
target-platform:
- this
os:
- windows-2022
- windows-2019
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 14e81e9

Please sign in to comment.