Skip to content

Commit

Permalink
CI:Upgrade to ubuntu-24.04
Browse files Browse the repository at this point in the history
As ubuntu-24.04 image is in GA on Github Runnger,
upgrade some test to latest os image.

Signed-off-by: Damien-Chen <inkfan130924783@gmail.com>
  • Loading branch information
Damien-Chen committed Oct 22, 2024
1 parent 185432c commit cfcb9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylib_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04]
os: [ubuntu-24.04]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twister_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04]
os: [ubuntu-24.04]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cfcb9e2

Please sign in to comment.