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 0f6b697 commit 0c2ec84Copy full SHA for 0c2ec84
.github/workflows/main.yaml
@@ -19,7 +19,8 @@ jobs:
19
fail-fast: false
20
matrix:
21
root-version: ["v6-30-04", "v6-32-10", "v6-34-04"]
22
- os: [macOS-13, macOS-14, macOS-15]
+# os: [macOS-13, macOS-14, macOS-15]
23
+ os: [macOS-13]
24
25
steps:
26
- uses: actions/checkout@v4
README.md
@@ -4,7 +4,7 @@ Hack for rootcint for conda build for macosx_arm64
4
5
## Builds
6
* root (v6-30-04, v6-32-10, v6-34-04)
7
- * Apple and Intel silicon (macOS-13, macOS-14, macOS-15)
+ * Intel silicon (macOS-13)
8
9
## Usage
10
* Update `.github/workflows/main.yaml`
0 commit comments