Skip to content

Commit

Permalink
ci: switch to runner - self-hosted, Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Feb 12, 2024
1 parent d744851 commit ec0834a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64-pc-windows-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [x86_64-pc-windows-gnu-self-hosted]
os: [self-hosted, Windows]
include:
- os: x86_64-pc-windows-gnu-self-hosted
- os: [self-hosted, Windows]
ASSET_PATH: "rust/build/dist/rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-gnu.zip"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-gnu.zip"
ASSET_CONTENT_TYPE: "application/x-tar"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [x86_64-pc-windows-msvc-self-hosted]
os: [self-hosted, Windows]
# os: [windows-latest]
include:
- os: x86_64-pc-windows-msvc-self-hosted
- os: self-hosted, Windows
ASSET_PATH: "rust/build/dist/rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-msvc.zip"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-msvc.zip"
ASSET_CONTENT_TYPE: "application/x-tar"
Expand Down

0 comments on commit ec0834a

Please sign in to comment.