Skip to content

Commit

Permalink
use ubuntu 20.04 to make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Dec 8, 2022
1 parent 1d8bb2b commit 1e3469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: scripts/tests.e2e.sh 1.9.2 1.9.2 0.4.3
release:
needs: [lint_test, unit_test, e2e_test]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1e3469b

Please sign in to comment.