We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae311 commit a3cd2eeCopy full SHA for a3cd2ee
1 file changed
.github/workflows/apple_m.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read # to fetch code (actions/checkout)
11
12
jobs:
13
- build:
+ build-windows:
14
if: "github.repository == 'OpenMathLib/OpenBLAS'"
15
runs-on: macos-14
16
@@ -157,6 +157,7 @@ jobs:
157
esac
158
159
xbuild-x86_64:
160
+ if: "github.repository == 'OpenMathLib/OpenBLAS'"
161
runs-on: macos-26
162
163
strategy:
@@ -208,7 +209,8 @@ jobs:
208
209
make TARGET=CORE2 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
210
211
xbuild-ios:
- runs-on: macos-26
212
213
+ runs-on: macos-26
214
215
216
fail-fast: false
0 commit comments