We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6077d81 + c726604 commit cf132deCopy full SHA for cf132de
3 files changed
.github/workflows/dynamic_arch.yml
@@ -2,6 +2,9 @@ name: continuous build
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read # to fetch code (actions/checkout)
7
+
8
jobs:
9
build:
10
runs-on: ${{ matrix.os }}
.github/workflows/mips64.yml
@@ -2,6 +2,9 @@ name: mips64 qemu test
TEST:
runs-on: ubuntu-latest
.github/workflows/nightly-Homebrew-build.yml
@@ -17,6 +17,10 @@ on:
17
# it only makes sense to test if this file has been changed
18
19
name: Nightly-Homebrew-Build
20
21
22
23
24
25
build-OpenBLAS-with-Homebrew:
26
runs-on: macos-latest
0 commit comments