Skip to content

Commit 353ba16

Browse files
authored
Update ubuntu version as per blacksmiths update (#2301)
1 parent 56c1129 commit 353ba16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
37-
os: ["blacksmith-4vcpu-ubuntu-2204"]
37+
os: ["blacksmith-4vcpu-ubuntu-2404"]
3838

3939
steps:
4040
- name: Install apt packages
@@ -76,7 +76,7 @@ jobs:
7676
- Unit
7777
if: needs.Unit.result == 'success'
7878

79-
runs-on: blacksmith-4vcpu-ubuntu-2204
79+
runs-on: blacksmith-4vcpu-ubuntu-2404
8080
strategy:
8181
fail-fast: false
8282
matrix:

0 commit comments

Comments
 (0)