Skip to content

Commit

Permalink
update runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
dualcnhq committed May 14, 2024
1 parent 01ff1b4 commit 6e83299
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/call-run-individual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on: workflow_call

jobs:
test:
runs-on: macos-latest
# runs-on: ubuntu-latest
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [macos-latest, ubuntu-latest]
# runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6e83299

Please sign in to comment.