Skip to content

Commit

Permalink
Update gha windows instance type names (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 authored Nov 6, 2023
1 parent 8a89af0 commit b8aaccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
MSVC-2019:
needs: [sanity-test-run]
runs-on: temporary-performance-testing_windows-2019_8-core
runs-on: aws-lc_windows-2019_8-core
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand All @@ -87,7 +87,7 @@ jobs:
MSVC-2022:
needs: [sanity-test-run]
runs-on: temporary-performance-testing_windows-latest_8-core
runs-on: aws-lc_windows-latest_8-core
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand All @@ -103,7 +103,7 @@ jobs:
needs: [sanity-test-run]
# TODO: Update this to run on windows-2022. windows-2022 (Windows 11) has phased out support for older processors.
# https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-intel-processors
runs-on: temporary-performance-testing_windows-2019_64-core
runs-on: aws-lc_windows-2019_64-core
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand All @@ -130,7 +130,7 @@ jobs:
MSVC-SDE-32-bit:
needs: [sanity-test-run]
runs-on: temporary-performance-testing_windows-2019_64-core
runs-on: aws-lc_windows-2019_64-core
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b8aaccc

Please sign in to comment.