Skip to content

Commit

Permalink
use ubuntu 20.04 for making releases (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero authored Dec 9, 2022
1 parent 250a191 commit a6effdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-tests-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

release:
# needs: [lint_test, unit_test, e2e_test, simulator_test]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a6effdc

Please sign in to comment.