Skip to content

Commit c6b24d3

Browse files
committed
Fix linux CI
1 parent a3e6227 commit c6b24d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- container: wpilib/aarch64-cross-ubuntu:bookworm-24.04
1515
artifact-name: Arm64
1616
build-options: "-Ponlylinuxarm64"
17-
- container: wpilib/ubuntu-base:22.04
17+
- container: wpilib/ubuntu-base:24.04
1818
artifact-name: Linux
1919
build-options: ""
2020
name: "Build - ${{ matrix.artifact-name }}"

0 commit comments

Comments
 (0)