Skip to content

Commit

Permalink
[build] Bump macOS deployment target to 13 (wpilibsuite#6548)
Browse files Browse the repository at this point in the history
macOS 12 is EOL in mid-October of 2024 based on when macOS 11 was
dropped last year.
  • Loading branch information
calcmogul authored May 4, 2024
1 parent d3060d8 commit 9ed2f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

build-host:
env:
MACOSX_DEPLOYMENT_TARGET: 12
MACOSX_DEPLOYMENT_TARGET: 13
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2024.5.2"
implementation "edu.wpi.first:native-utils:2024.7.2"
}

0 comments on commit 9ed2f66

Please sign in to comment.