Skip to content

Commit f6050f0

Browse files
authored
Change i386 test image to bullseye as buster reached EOL (#763)
1 parent c2210fd commit f6050f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- '3.10'
1212
- '3.11'
1313
container:
14-
image: i386/python:${{ matrix.python }}-buster
14+
image: i386/python:${{ matrix.python }}-bullseye
1515
steps:
1616
- name: info
1717
run: |

0 commit comments

Comments
 (0)