Skip to content

Commit

Permalink
Update to OpenCV 4.10.0 (#91)
Browse files Browse the repository at this point in the history
Flip the CI names of Mac; MacOS 14 runners are ARM
  • Loading branch information
PeterJohnson authored Dec 6, 2024
1 parent ad856d7 commit 998103a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
path: gradleDir/outputs/

build-mac:
name: "Build - macOS"
name: "Build - macOS (Arm)"
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
Expand All @@ -111,11 +111,11 @@ jobs:
name: Build with Gradle
- uses: actions/upload-artifact@v4
with:
name: macOS
name: macOSArm
path: gradleDir/outputs/

build-mac-arm:
name: "Build - macOS (Arm)"
name: "Build - macOS"
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
Expand All @@ -129,7 +129,7 @@ jobs:
name: Build with Gradle
- uses: actions/upload-artifact@v4
with:
name: macOSArm
name: macOS
path: gradleDir/outputs/

make_universal:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ apply plugin: 'java'

def date = new Date()
def formattedDate = date.format('yyMMdd')
ext.version = "4.8.0"
ext.soVersion = "4.8"
ext.version = "4.10.0"
ext.soVersion = "4.10"
ext.libVersion = "${ext.version.replace(".", "")}"

ext.licenseFile = file("$rootDir/opencv/LICENSE")
Expand Down
2 changes: 1 addition & 1 deletion opencv
Submodule opencv updated 1994 files
2 changes: 1 addition & 1 deletion opencv_contrib
Submodule opencv_contrib updated 318 files
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publishing {
}
}

def pubVersion = "${project.ext.version}-2"
def pubVersion = "${project.ext.version}-1"

def outputsFolder = file("$project.buildDir/outputs")

Expand Down

0 comments on commit 998103a

Please sign in to comment.