Skip to content

Commit 05a58ce

Browse files
authored
Use Ubuntu 22.04 to run CI tests (#64)
GitHub are in the process of removing the Ubuntu 20.04 runners
1 parent e1373e1 commit 05a58ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
python-version: ["3.10", "3.11", "3.12", "3.13"]
4444
# There's no platform specific SDK code, but explicitly check Windows anyway
45-
os: [ubuntu-20.04, windows-2019]
45+
os: [ubuntu-22.04, windows-2019]
4646

4747
# Check https://github.com/actions/action-versions/tree/main/config/actions
4848
# for latest versions if the standard actions start emitting warnings

0 commit comments

Comments
 (0)