Skip to content

Commit

Permalink
Use Ubuntu 20.04 in trusted publishing workflow
Browse files Browse the repository at this point in the history
The release workflow ran on ubuntu-22.04 with Ruby 3.3.3 and failed, we
haven't tested that combo yet.

Hopefully this works as we do test on ubuntu-20.04 and Ruby 3.3.
  • Loading branch information
dentarg committed Jun 21, 2024
1 parent 83bb919 commit a6d454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
if: github.repository == 'sporkmonger/addressable'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
id-token: write # for trusted publishing
steps:
Expand Down

0 comments on commit a6d454a

Please sign in to comment.