Skip to content

Commit

Permalink
Improve release pipeline - pin ubuntu base image (#202)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5732e15)
  • Loading branch information
luis02lopez authored and SeanZoR committed Dec 28, 2022
1 parent 7e384fa commit ca9031d
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 @@ -10,7 +10,7 @@ permissions:
jobs:
release:
name: 'release'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
environment: default
defaults:
Expand Down

0 comments on commit ca9031d

Please sign in to comment.