diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6725dd5e..a94b4e27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - os: windows-2022 artifact-name: Win64 architecture: x64 - - os: macos-11 + - os: macos-12 artifact-name: macOS architecture: x64 diff --git a/config.gradle b/config.gradle index f26a8dff..3ae21226 100644 --- a/config.gradle +++ b/config.gradle @@ -8,9 +8,9 @@ nativeUtils.wpi.vendorDeps.nativeVendor.initializeNativeDependencies() nativeUtils.wpi.vendorDeps.addVendorReposToMaven(true) nativeUtils.wpi.configureDependencies { - wpiVersion = "2023.+" - niLibVersion = "2023.3.0" - googleTestVersion = "1.12.1-1" + wpiVersion = "2024.+" + niLibVersion = "2024.1.0" + googleTestVersion = "1.12.1-2" } nativeUtils.wpi.addWarnings()