Skip to content

Commit a0c510e

Browse files
authored
Update macOS version in OpenBLAS compile workflow
1 parent 33ded0e commit a0c510e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_openblas_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
arch:
9-
- [x86_64, SANDYBRIDGE, 12.0, macos-13]
9+
- [x86_64, SANDYBRIDGE, 12.0, macos-14]
1010
- [arm64, ARMV8, 12.0, macos-14]
1111
name: ${{ matrix.arch[0] }}
1212
runs-on: ${{ matrix.arch[3] }}

0 commit comments

Comments
 (0)