Skip to content

Commit

Permalink
fix(ci): pin ci to ubuntu 20.04 (#5047)
Browse files Browse the repository at this point in the history
Description
Pin CI to ubuntu 20.04

Motivation and Context
Get CI running again with least amount of change
  • Loading branch information
leet4tari committed Dec 13, 2022
1 parent 47fdf93 commit 1cafba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
cucumber_tests:
name: Cucumber tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 1cafba7

Please sign in to comment.