File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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' ||
Original file line number Diff line number Diff line change 1- c2pa-v0.72.1
1+ c2pa-v0.73.0
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def load_test_settings_json():
6767
6868class 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
7373class TestReader (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments