Skip to content

Commit

Permalink
try to fix manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Aug 10, 2024
1 parent abc8b78 commit c6cdeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push]

jobs:
build_package:
name: Build Tcl extension for Tcl 8 and 9 on manylinux_2014
name: Build Tcl extension for Tcl 8 and 9 on manylinux_2_28
runs-on: ubuntu-latest

container:
image: quay.io/pypa/manylinux2014_x86_64
image: quay.io/pypa/manylinux_2_28_x86_64

steps:
- name: Checkout
Expand Down

0 comments on commit c6cdeb8

Please sign in to comment.