Skip to content

Commit

Permalink
change runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazafard authored Jan 30, 2023
1 parent 97d7004 commit a692c71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
linuxamd64build:
name: build x-ui amd64 version
needs: release
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
linuxamd64enbuild:
name: build x-ui amd64 en version
needs: release
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
linuxarm64build:
name: build x-ui arm64 version
needs: release
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
linuxarm64enbuild:
name: build x-ui arm64 version
needs: release
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
linuxs390xbuild:
name: build x-ui s390x version
needs: release
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
linuxs390xenbuild:
name: build x-ui s390x e version
needs: release
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit a692c71

Please sign in to comment.