Skip to content

Commit

Permalink
Update src/.github/workflows/{% if ci == 'GitHub' %}test.yml{% endif …
Browse files Browse the repository at this point in the history
…%}.jinja

Co-authored-by: Stéphane Bidoul <stephane.bidoul@acsone.eu>
  • Loading branch information
2 people authored and zamberjo committed Feb 22, 2023
1 parent e38d6b7 commit 3c87a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
{%- if odoo_version < 14 %}
runs-on: ubuntu-20.04
{%- else %}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
{%- endif %}
container: {% raw %}${{ matrix.container }}{% endraw %}
name: {% raw %}${{ matrix.name }}{% endraw %}
Expand Down

0 comments on commit 3c87a88

Please sign in to comment.