Skip to content

Commit 69439c6

Browse files
committed
Use workaround only for applicable OS
1 parent 9bed991 commit 69439c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Workaround github issue https://github.com/actions/runner-images/issues/7192
22-
if: startsWith(matrix.os, 'ubuntu-')
22+
if: startsWith(matrix.os, 'ubuntu-22')
2323
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
2424

2525
- name: Set up Python

0 commit comments

Comments
 (0)