We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e91139 commit 4c47fb1Copy full SHA for 4c47fb1
2 files changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
build-linux:
7
name: "Build - Linux"
8
runs-on: ubuntu-latest
9
- container: wpilib/ubuntu-base:20.04
+ container: wpilib/ubuntu-base:22.04
10
steps:
11
- uses: actions/checkout@v2
12
with:
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
// Project Version
-ext.pub_version = "0.95-3"
+ext.pub_version = "0.95-4"
static def get_platform() {
def platform
0 commit comments