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 ab4bd70 commit 9af4103Copy full SHA for 9af4103
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- windows-latest
18
- ubuntu-latest
19
- macos-latest
20
- - macos-14
+ - macos-13
21
22
runs-on: ${{ matrix.os }}
23
@@ -54,10 +54,10 @@ jobs:
54
binary_extension=".exe"
55
binary_path="sugar-windows-latest${binary_extension}"
56
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
57
- if [[ "${MATRIX_OS}" == "macos-14" ]]; then
58
- binary_path="sugar-macos-m1-latest"
59
- else
+ if [[ "${MATRIX_OS}" == "macos-13" ]]; then
60
binary_path="sugar-macos-intel-latest"
+ else
+ binary_path="sugar-macos-m1-latest"
61
fi
62
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
63
binary_path="sugar-ubuntu-latest"
0 commit comments