Skip to content

Commit

Permalink
add macos latest
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed May 29, 2024
1 parent 04156eb commit e38012a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ jobs:
python ./deviceadvisor/script/DATestRun.py
osx:
runs-on: macos-13
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner:
- macos-13
- macos-latest
permissions:
id-token: write # This is required for requesting the JWT
steps:
Expand Down

0 comments on commit e38012a

Please sign in to comment.