Skip to content

Commit 35471a5

Browse files
authored
chore: Update c2pa version to v0.73.0 (#201)
* chore: Update c2pa version to v0.73.0 * chore: Update expected SDK version in unit test * fix: Remove retired runner * fix: Update retired runner * fix: Update retired runner 2 * fix: Update retired runner 3
1 parent 838639c commit 35471a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
- target: arm64
369369
runs-on: macos-latest
370370
- target: x86_64
371-
runs-on: macos-13
371+
runs-on: macos-15-intel
372372

373373
if: |
374374
github.event_name != 'pull_request' ||
@@ -387,7 +387,7 @@ jobs:
387387
- target: arm64
388388
runs-on: macos-latest
389389
- target: x86_64
390-
runs-on: macos-13
390+
runs-on: macos-15-intel
391391

392392
if: |
393393
github.event_name != 'pull_request' ||

c2pa-native-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c2pa-v0.72.1
1+
c2pa-v0.73.0

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def load_test_settings_json():
6767

6868
class TestC2paSdk(unittest.TestCase):
6969
def test_sdk_version(self):
70-
self.assertIn("0.72.1", sdk_version())
70+
self.assertIn("0.73.0", sdk_version())
7171

7272

7373
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)