Skip to content

Commit 4c47fb1

Browse files
authored
Update ubuntu build image (#8)
1 parent 1e91139 commit 4c47fb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-linux:
77
name: "Build - Linux"
88
runs-on: ubuntu-latest
9-
container: wpilib/ubuntu-base:20.04
9+
container: wpilib/ubuntu-base:22.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
// Project Version
8-
ext.pub_version = "0.95-3"
8+
ext.pub_version = "0.95-4"
99

1010
static def get_platform() {
1111
def platform

0 commit comments

Comments
 (0)