Skip to content

Commit

Permalink
fix: revert e2e runner from ubuntu-22.04 back to -20.04 (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Aug 30, 2023
1 parent 1df8773 commit f227ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workflows/e2e-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_scripts(prefix):
matrix = {
"test": test,
"backend": ["replica"],
"os": ["macos-12", "ubuntu-22.04"],
"os": ["macos-12", "ubuntu-20.04"],
"exclude": [
{"backend": "ic-ref", "test": "dfx/bitcoin"},
{"backend": "ic-ref", "test": "dfx/canister_http"},
Expand Down

0 comments on commit f227ac0

Please sign in to comment.