We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5e44d commit e1436cdCopy full SHA for e1436cd
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
build-test:
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
+ os: [ubuntu-latest, windows-latest, macos-13] # macos-13 for x86_x64 arch
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
0 commit comments