Skip to content

Commit

Permalink
remove latest from macos in osx ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed May 9, 2024
1 parent 1dff7e6 commit 72fffc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
python ./deviceadvisor/script/DATestRun.py
osx:
runs-on: macos-latest
runs-on: macos
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72fffc6

Please sign in to comment.