We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603e02a commit bb92c11Copy full SHA for bb92c11
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, windows-latest, macos-arm64]
+ os: [ubuntu-latest, windows-latest, macos-latest]
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
0 commit comments