Skip to content

Commit dcb8497

Browse files
authored
Merge pull request #5 from wealdtech/more_release_noise
Downgrade release.
2 parents 615cd43 + 5afdbc5 commit dcb8497

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040

4141
# Build and pack the binaries for linux.
4242
build_linux:
43-
runs-on: ubuntu-24.04
43+
runs-on: ubuntu-22.04
4444
needs: [create_release, env_vars]
4545
steps:
4646
- name: Set up Go
4747
uses: actions/setup-go@v5
4848
with:
4949
cache: false
50-
go-version: '^1.25'
50+
go-version: '^1.24'
5151

5252
- name: Check out repository into the Go module directory
5353
uses: actions/checkout@v4

0 commit comments

Comments
 (0)