Skip to content

Commit

Permalink
Use ubuntu-24.04 instead of ubuntu-22.04 for linux (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 6, 2024
1 parent ab6c888 commit 832e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"3.13": "3.13-dev" # Remove once GHA allows 3.13 as a valid version
}
PLATFORM_MAP = {
"linux": "ubuntu-22.04",
"linux": "ubuntu-24.04",
"macos": "macos-13",
"windows": "windows-latest",
}
Expand Down

0 comments on commit 832e995

Please sign in to comment.