From 72fffc6323be2b61e5fd6e8cce233e527764402c Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Thu, 9 May 2024 14:11:09 -0700 Subject: [PATCH] remove latest from macos in osx ci job --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721df25e..79156be2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,7 @@ jobs: python ./deviceadvisor/script/DATestRun.py osx: - runs-on: macos-latest + runs-on: macos strategy: fail-fast: false matrix: @@ -252,9 +252,6 @@ jobs: source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt cleanup - name: Running samples in CI setup run: | - python3 -m venv .venv - source .venv/bin/activate - python3 -m pip install boto3 mvn install -Dmaven.test.skip=true - name: configure AWS credentials (PubSub) uses: aws-actions/configure-aws-credentials@v2