Skip to content

Commit

Permalink
Merge pull request #5131 from oasisprotocol/kostko/fix/ci-stable-runner
Browse files Browse the repository at this point in the history
ci: Explicitly use Ubuntu 22.04 for release builds
  • Loading branch information
kostko authored Jan 12, 2023
2 parents 4748cb8 + 5f26936 commit f7a36cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changelog/5131.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ci: Explicitly use Ubuntu 22.04 for release builds

This avoids the situation when ubuntu-latest gets changed to something
else, possibly imposing a different set of dependencies.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:

prepare-dev-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:

prepare-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit f7a36cf

Please sign in to comment.