File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
ruff :
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
13
13
steps :
14
14
- name : Checkout pygit2
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
strategy :
13
13
matrix :
14
14
include :
15
- - os : ubuntu-22 .04
15
+ - os : ubuntu-24 .04
16
16
python-version : 3.9
17
- - os : ubuntu-22 .04
17
+ - os : ubuntu-24 .04
18
18
python-version : ' 3.13-dev'
19
- - os : ubuntu-22 .04
19
+ - os : ubuntu-24 .04
20
20
python-version : ' pypy3.9'
21
21
- os : macos-latest
22
22
python-version : 3.9
43
43
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 /bin/sh build.sh test
44
44
45
45
aarch64 :
46
- runs-on : ubuntu-22 .04
46
+ runs-on : ubuntu-24 .04
47
47
steps :
48
48
- name : Checkout
49
49
uses : actions/checkout@v4
60
60
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 /bin/sh build.sh test
61
61
62
62
s390x :
63
- runs-on : ubuntu-22 .04
63
+ runs-on : ubuntu-24 .04
64
64
if : github.ref == 'refs/heads/master'
65
65
steps :
66
66
- name : Checkout
Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- os : [ubuntu-22 .04, macos-12]
17
+ os : [ubuntu-24 .04, macos-12]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
42
42
pypi :
43
43
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
44
44
needs : [build_wheels]
45
- runs-on : ubuntu-22 .04
45
+ runs-on : ubuntu-24 .04
46
46
47
47
steps :
48
48
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments