Skip to content

Commit

Permalink
action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjb committed Jan 26, 2025
1 parent 729cd5b commit bdcb1fa
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check out repository
Expand All @@ -17,14 +17,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.23.5"

- name: Install Homebrew
run: |
sudo apt-get update
sudo apt-get install -y build-essential curl file git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

- name: Install GoReleaser
run: brew install goreleaser
Expand Down

0 comments on commit bdcb1fa

Please sign in to comment.