Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update to blacksmith ubuntu 24.04
  • Loading branch information
auvipy authored May 21, 2025
commit f05f3649bd0e26afd926593ac6fd11ddd14393b9
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
os: ["blacksmith-4vcpu-ubuntu-2204", "windows-latest"]
os: ["blacksmith-4vcpu-ubuntu-2404", "windows-latest"]
exclude:
- python-version: '3.9'
os: "windows-latest"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
if: needs.Unit.result == 'success'
timeout-minutes: 240

runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2404
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
needs:
- Unit
if: needs.Unit.result == 'success'
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2404
strategy:
fail-fast: false
matrix:
Expand Down
Loading