[build] Bump macOS deployment target to 13 (#6548)

macOS 12 is EOL in mid-October of 2024 based on when macOS 11 was
dropped last year.
This commit is contained in:
Tyler Veness
2024-05-04 11:11:10 -07:00
committed by GitHub
parent d3060d8eba
commit 9ed2f66914
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
build-host:
env:
MACOSX_DEPLOYMENT_TARGET: 12
MACOSX_DEPLOYMENT_TARGET: 13
strategy:
fail-fast: false
matrix:

View File

@@ -9,5 +9,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2024.5.2"
implementation "edu.wpi.first:native-utils:2024.7.2"
}