diff --git a/.github/workflows/example-e2e-tests.yaml b/.github/workflows/example-e2e-tests.yaml index 5ed48b6..aa30f43 100644 --- a/.github/workflows/example-e2e-tests.yaml +++ b/.github/workflows/example-e2e-tests.yaml @@ -31,7 +31,7 @@ jobs: macos: strategy: matrix: - os: [ macos-12, macos-13, macos-latest ] + os: [ macos-13, macos-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/test/e2e/test_suites/test_kcl_mod_pull/stdout b/test/e2e/test_suites/test_kcl_mod_pull/stdout index 3ead4d0..84c4644 100644 --- a/test/e2e/test_suites/test_kcl_mod_pull/stdout +++ b/test/e2e/test_suites/test_kcl_mod_pull/stdout @@ -1,4 +1,4 @@ start to pull oci://localhost:5001/test/helloworld -the lastest version '0.1.4' will be downloaded +the latest version '0.1.4' will be downloaded downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4' pulled helloworld 0.1.4 successfully \ No newline at end of file diff --git a/test/e2e/test_suites/test_kcl_run_11/stdout b/test/e2e/test_suites/test_kcl_run_11/stdout index 56d34ff..111a927 100644 --- a/test/e2e/test_suites/test_kcl_run_11/stdout +++ b/test/e2e/test_suites/test_kcl_run_11/stdout @@ -1,4 +1,4 @@ -the lastest version '0.1.4' will be downloaded +the latest version '0.1.4' will be downloaded downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4' The_fisrt_schema_inst: msg: Hello Schema! diff --git a/test/e2e/test_suites/test_kcl_run_2/stdout b/test/e2e/test_suites/test_kcl_run_2/stdout index 56d34ff..111a927 100644 --- a/test/e2e/test_suites/test_kcl_run_2/stdout +++ b/test/e2e/test_suites/test_kcl_run_2/stdout @@ -1,4 +1,4 @@ -the lastest version '0.1.4' will be downloaded +the latest version '0.1.4' will be downloaded downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4' The_fisrt_schema_inst: msg: Hello Schema!