From c3eeb34c793419f1f30cc4f92a125ca5487052a3 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Fri, 26 Apr 2024 15:17:10 -0700 Subject: [PATCH 1/3] fix(ci tests): updated ci_test-vector-handler.yaml and ci_tests.yaml --- .github/workflows/ci_test-vector-handler.yaml | 4 ++-- .github/workflows/ci_tests.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_test-vector-handler.yaml b/.github/workflows/ci_test-vector-handler.yaml index 2fcd22fc9..8a142096d 100644 --- a/.github/workflows/ci_test-vector-handler.yaml +++ b/.github/workflows/ci_test-vector-handler.yaml @@ -19,7 +19,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-latest + - macos-12 python: - 3.8 - 3.x @@ -34,7 +34,7 @@ jobs: # x86 builds are only meaningful for Windows - os: ubuntu-latest architecture: x86 - - os: macos-latest + - os: macos-12 architecture: x86 steps: - uses: aws-actions/configure-aws-credentials@v4 diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index cc5da2c09..3c83de37b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -26,7 +26,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-latest + - macos-12 python: - 3.7 - 3.8 @@ -49,7 +49,7 @@ jobs: # x86 builds are only meaningful for Windows - os: ubuntu-latest architecture: x86 - - os: macos-latest + - os: macos-12 architecture: x86 steps: - uses: actions/checkout@v4 From 0350fef012177b3544ef0f5b64dc4b41ef12f2c6 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Fri, 26 Apr 2024 15:21:27 -0700 Subject: [PATCH 2/3] adding macos-latest tests --- .github/workflows/ci_test-vector-handler.yaml | 3 +++ .github/workflows/ci_tests.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci_test-vector-handler.yaml b/.github/workflows/ci_test-vector-handler.yaml index 8a142096d..8666521be 100644 --- a/.github/workflows/ci_test-vector-handler.yaml +++ b/.github/workflows/ci_test-vector-handler.yaml @@ -20,6 +20,7 @@ jobs: - ubuntu-latest - windows-latest - macos-12 + - macos-latest python: - 3.8 - 3.x @@ -36,6 +37,8 @@ jobs: architecture: x86 - os: macos-12 architecture: x86 + - os: macos-latest + architecture: x86 steps: - uses: aws-actions/configure-aws-credentials@v4 with: diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 3c83de37b..82657b4bc 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -27,6 +27,7 @@ jobs: - ubuntu-latest - windows-latest - macos-12 + - macos-latest python: - 3.7 - 3.8 @@ -51,6 +52,8 @@ jobs: architecture: x86 - os: macos-12 architecture: x86 + - os: macos-latest + architecture: x86 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 From 5490743d18d472dc41f5fa0c7f22071d70c5786f Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Fri, 26 Apr 2024 15:23:43 -0700 Subject: [PATCH 3/3] removing macos-latest tests --- .github/workflows/ci_test-vector-handler.yaml | 3 --- .github/workflows/ci_tests.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci_test-vector-handler.yaml b/.github/workflows/ci_test-vector-handler.yaml index 8666521be..8a142096d 100644 --- a/.github/workflows/ci_test-vector-handler.yaml +++ b/.github/workflows/ci_test-vector-handler.yaml @@ -20,7 +20,6 @@ jobs: - ubuntu-latest - windows-latest - macos-12 - - macos-latest python: - 3.8 - 3.x @@ -37,8 +36,6 @@ jobs: architecture: x86 - os: macos-12 architecture: x86 - - os: macos-latest - architecture: x86 steps: - uses: aws-actions/configure-aws-credentials@v4 with: diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 82657b4bc..3c83de37b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -27,7 +27,6 @@ jobs: - ubuntu-latest - windows-latest - macos-12 - - macos-latest python: - 3.7 - 3.8 @@ -52,8 +51,6 @@ jobs: architecture: x86 - os: macos-12 architecture: x86 - - os: macos-latest - architecture: x86 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4