Skip to content

Commit

Permalink
CI: re-enable macos m1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Jun 24, 2024
1 parent 4fdd015 commit 5c9f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
name: Deploy
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5c9f3b0

Please sign in to comment.