Skip to content

Commit 7fe7f5a

Browse files
Update versions
* Update VERSION to 1.13 * Update firmware version to 11.9.53 * Update manifest schema version to 1.6.0
1 parent b23d9d9 commit 7fe7f5a

File tree

77 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+84
-84
lines changed

.github/workflows/axevent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/axoverlay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/axserialport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/axstorage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/container-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
include:
1515
- arch: armv7hf
1616
imagearch: arm32v7
17-
axis-os: 11.8.61
17+
axis-os: 11.9.53
1818
- arch: aarch64
1919
imagearch: arm64v8
20-
axis-os: 11.8.61
20+
axis-os: 11.9.53
2121
env:
2222
EXREPO: acap-native-examples
2323
EXNAME: container-example

.github/workflows/hello-world.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/licensekey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/object-detection-cv25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
- arch: aarch64
1616
chip: cv25
17-
axis-os: 11.8.61
17+
axis-os: 11.9.53
1818
env:
1919
EXREPO: acap-native-examples
2020
EXNAME: object-detection-cv25

.github/workflows/object-detection.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
include:
1515
- arch: armv7hf
1616
chip: cpu
17-
axis-os: 11.8.61
17+
axis-os: 11.9.53
1818
- arch: armv7hf
1919
chip: edgetpu
20-
axis-os: 11.8.61
20+
axis-os: 11.9.53
2121
- arch: aarch64
2222
chip: artpec8
23-
axis-os: 11.8.61
23+
axis-os: 11.9.53
2424
env:
2525
EXREPO: acap-native-examples
2626
EXNAME: object-detection

.github/workflows/shell-script-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["11.8.61"]
14+
axis-os: ["11.9.53"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

0 commit comments

Comments
 (0)