Skip to content

Commit 524a5c2

Browse files
committed
Use 22.04 runner for SQLAlchemy tests
1 parent da686cb commit 524a5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
checkout-ref: [ "main", "rel_2_0" ]
313313
# sqlalchemy tests fail when using the Ubuntu 24.04 runner
314314
# https://github.com/sqlalchemy/sqlalchemy/commit/8d73205f352e68c6603e90494494ef21027ec68f
315-
runs-on: ubuntu-latest
315+
runs-on: ubuntu-22.04
316316
timeout-minutes: 60
317317
steps:
318318
- name: Setup Python

0 commit comments

Comments
 (0)