Skip to content

Commit

Permalink
Merge pull request #470 from OctopusDeploy/ap/use-ubuntu-22.04
Browse files Browse the repository at this point in the history
Set build agent as 22.04 to get mono
  • Loading branch information
NickJosevski authored Jan 24, 2025
2 parents 1451a9f + 4ad6d07 commit b030ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

generate-packages-and-publish:
needs: [goreleaser, msi]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_KEY }}
OCTOPUS_URL: ${{ secrets.OCTOPUS_URL }}
Expand Down

0 comments on commit b030ac5

Please # to comment.