Skip to content

Commit e6cfb8a

Browse files
authored
Change runner from ubuntu-latest to self-hosted
1 parent f84f4e6 commit e6cfb8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-amd64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-and-test:
10-
runs-on: ubuntu-latest
10+
runs-on: self-hosted
1111
services:
1212
docker:
1313
image: docker:20.10.9
@@ -78,4 +78,4 @@ jobs:
7878
run: docker ps -a
7979

8080
- name: Stop and remove containers
81-
run: docker compose -f compose_linux_host.yaml down
81+
run: docker compose -f compose_linux_host.yaml down

0 commit comments

Comments
 (0)