Skip to content

Commit

Permalink
fixing ubuntu version until github migration is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 17, 2024
1 parent 3c360a3 commit 40d747d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:

jobs:
build:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
# Allow all other matrix-jobs to continue running, even if one of the jobs fails
fail-fast: false
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:

jobs:
build-manylinux-wheels:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Cloning SUMO
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
###################
test-wheels:
needs: [build-manylinux-wheels]
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 40d747d

Please sign in to comment.