Skip to content

Commit

Permalink
Since I disabled caching, use my runners
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed May 20, 2024
1 parent 650fbf7 commit 9e6cc01
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/pycdePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ jobs:

build-linux:
name: Build
runs-on: ubuntu-latest
# Run on an internal MSFT subscription. Please DO NOT use this for any other
# workflows without talking to John Demme ([email protected], GH
# teqdruid) first. We may lose funding for this if it ends up costing too
# much.
# If individual jobs fail due to timeouts or disconnects, please report to
# John and re-run the job.
runs-on:
- self-hosted
- 1ES.Pool=1ES-CIRCT-builds
- 1ES.ImageOverride=CIRCT-StdUbuntu2204
strategy:
matrix:
python-env:
Expand Down Expand Up @@ -79,7 +88,16 @@ jobs:

build-windows:
name: Build
runs-on: windows-latest
# Run on an internal MSFT subscription. Please DO NOT use this for any other
# workflows without talking to John Demme ([email protected], GH
# teqdruid) first. We may lose funding for this if it ends up costing too
# much.
# If individual jobs fail due to timeouts or disconnects, please report to
# John and re-run the job.
runs-on:
- self-hosted
- 1ES.Pool=1ES-CIRCT-builds
- 1ES.ImageOverride=1esMMSWindows2022
strategy:
matrix:
python-env:
Expand Down

0 comments on commit 9e6cc01

Please sign in to comment.