File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-20 .04, windows-2019 , macos-latest]
21+ os : [ubuntu-22 .04, windows-2022 , macos-latest]
2222
2323 steps :
2424 # Note: the action happens inside a docker image
25- - uses : actions/checkout@v4.2
25+ - uses : actions/checkout@v4
2626
2727 - name : Build wheels
2828 uses : pypa/cibuildwheel@v2.21.1
4848
4949 steps :
5050 # Note: not inside a docker
51- - uses : actions/checkout@v4.2
51+ - uses : actions/checkout@v4
5252 - uses : actions/setup-python@v4
5353 with :
5454 python-version : ' pypy-3.10'
Original file line number Diff line number Diff line change 2828 # python: "3.10"
2929 # experimental: false
3030 steps :
31- - uses : actions/checkout@v4.2
31+ - uses : actions/checkout@v4
3232 - name : Install libunwind
3333 run : |
3434 sudo apt install -y libunwind-dev
You can’t perform that action at this time.
0 commit comments