Skip to content

Commit 8f5c1cb

Browse files
authored
Merge pull request #595 from ably/ECO-5220/fix-python3.7-ci
[ECO-5220] Enforce `ubuntu-22.04` in CI to support python 3.7
2 parents b416717 + 02eeb37 commit 8f5c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
check:
1616

17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)