Skip to content

Commit 4414d1a

Browse files
committed
CI: Update to ubuntu 24.04
1 parent 4cd3f6b commit 4414d1a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ruff:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Checkout pygit2

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- os: ubuntu-22.04
15+
- os: ubuntu-24.04
1616
python-version: 3.9
17-
- os: ubuntu-22.04
17+
- os: ubuntu-24.04
1818
python-version: '3.13-dev'
19-
- os: ubuntu-22.04
19+
- os: ubuntu-24.04
2020
python-version: 'pypy3.9'
2121
- os: macos-latest
2222
python-version: 3.9
@@ -43,7 +43,7 @@ jobs:
4343
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 /bin/sh build.sh test
4444
4545
aarch64:
46-
runs-on: ubuntu-22.04
46+
runs-on: ubuntu-24.04
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060
LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 /bin/sh build.sh test
6161
6262
s390x:
63-
runs-on: ubuntu-22.04
63+
runs-on: ubuntu-24.04
6464
if: github.ref == 'refs/heads/master'
6565
steps:
6666
- name: Checkout

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-22.04, macos-12]
17+
os: [ubuntu-24.04, macos-12]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
pypi:
4343
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
4444
needs: [build_wheels]
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646

4747
steps:
4848
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)