Skip to content

Commit 64da133

Browse files
committed
CI: Bump ubuntu runner to 24.04.
Deprecation began today and ubuntu-20.04 will be unavailable from 2025-04-15. Don't use "ubuntu-latest" since CI might quietly break in future.
1 parent 4ac6796 commit 64da133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- os: ubuntu-20.04
19+
- os: ubuntu-24.04
2020
name: Linux
2121
cache-key: linux
2222
cmake-args: '-DPIMORONI_PICO_PATH=$GITHUB_WORKSPACE/pimoroni-pico -DPICO_SDK_PATH=$GITHUB_WORKSPACE/pico-sdk -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/install'

0 commit comments

Comments
 (0)