We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a819e9 commit c7b287bCopy full SHA for c7b287b
.github/workflows/build_and_publish.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
+ # macos-13 is pre-ARM
16
os: [ ubuntu-24.04, windows-2019, macos-13, macos-latest ]
17
18
steps:
0 commit comments