Skip to content

Commit

Permalink
Update ubuntu label to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Dec 11, 2024
1 parent b17c885 commit d10571f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/create_python_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import tempfile

json_dict = {"os": ["ubuntu-22.04", "windows-2022", "macos-14"], "python-version": []}
json_dict = {"os": ["ubuntu-24.04", "windows-2022", "macos-14"], "python-version": []}

with tempfile.TemporaryDirectory() as temp_dir:
python_repo = git.Repo.clone_from('https://github.com/python/cpython.git', temp_dir)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, windows-2022, ubuntu-22.04]
os: [macos-14, windows-2022, ubuntu-24.04]
steps:
- name: Download built action
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, windows-2022, ubuntu-22.04]
os: [macos-14, windows-2022, ubuntu-24.04]
steps:
- name: Download built action
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

const toolName = 'Python';

const testedLabels = ['ubuntu-22.04', 'windows-2022', 'macos-14'];
const testedLabels = ['ubuntu-24.04', 'windows-2022', 'macos-14'];

const minSupportedVersion = '3.7.0-0';

Expand Down

0 comments on commit d10571f

Please sign in to comment.