chore(ci): use new runner image label
build / Build and test (push) Successful in 35s Details

This commit is contained in:
DataHearth 2023-07-18 14:10:14 +02:00
parent 9ab934eb4d
commit 06d09e1be6
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
2 changed files with 5 additions and 20 deletions

View File

@ -11,16 +11,11 @@ jobs:
build:
name: Build and test
runs-on: ubuntu-latest
runs-on: debian-go
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Build
run: go build -v ./...
run: go build -v ./...

View File

@ -9,17 +9,12 @@ jobs:
build:
name: Build and test
runs-on: ubuntu-latest
runs-on: debian-go
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Build
run: go build -v ./...
@ -27,7 +22,7 @@ jobs:
name: Release
needs: build
runs-on: ubuntu-latest
runs-on: debian-go
steps:
- name: Checkout
@ -38,11 +33,6 @@ jobs:
- name: Fetch tags
run: git fetch --force --tags
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Build
run: go build -v ./...