diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4fe8a81..ea3b31e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6b9ebc7..10491c5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: