We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc3d98 commit 85c1615Copy full SHA for 85c1615
.github/workflows/macos-build.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
# Strategy is a matrix of debug and release builds/regression
14
matrix:
15
- os: [macos-14-arm64]
+ os: [macos-14]
16
BUILD_TYPE: [Debug]
17
COMPILER: [clang]
18
0 commit comments