Skip to content

Commit d2e8b03

Browse files
Dobiasdclaude
andcommitted
Bump CI runner image to ubuntu-24.04
keras==3.14.0 requires Python >=3.11; the ubuntu-22.04 runner ships Python 3.10. Use ubuntu-24.04 (Python 3.12) so pip can resolve the pinned version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2ccf1ae commit d2e8b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
build_gcc:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@main
1010
- name: Setup

0 commit comments

Comments
 (0)