Skip to content

Commit dacadb6

Browse files
committed
update actions
1 parent a291857 commit dacadb6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -48,7 +48,7 @@ jobs:
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'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)