Skip to content

Commit bf98428

Browse files
committed
Reverting runner image ref, since it is pulling Python 3.11 instead of 3.13.
1 parent 9028c41 commit bf98428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Python Content Validation
4141
runs-on: ubuntu-24.04
4242
container:
43-
image: exercism/python-test-runner
43+
image: python:3.13.5-alpine3.22
4444
steps:
4545
- name: Checkout Runner Code
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)