Skip to content

Commit

Permalink
Update production-total-split.yml
Browse files Browse the repository at this point in the history
changed runs-on: macos-latest to runs-on: macos-13
nauman-ullah authored Sep 10, 2024
1 parent 7d84c0c commit d049e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-total-split.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: macos-latest
runs-on: macos-13
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

0 comments on commit d049e0c

Please sign in to comment.