Skip to content

Commit a8f5fce

Browse files
committed
Self hosted runners changed to the AWS autoscaling instances.
1 parent 22745fb commit a8f5fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
secrets: inherit
2424

2525
build-linux:
26-
runs-on: [ self-hosted, Linux, amd64 ]
26+
runs-on: [ self-hosted, Linux, X64, aws_autoscaling ]
2727

2828
needs:
2929
- handle-syncwith

.github/workflows/release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
make-release:
19-
runs-on: [ self-hosted, Linux, amd64 ]
19+
runs-on: [ self-hosted, Linux, X64, aws_autoscaling ]
2020
environment: prod
2121

2222
env:

0 commit comments

Comments
 (0)