Skip to content

Commit 62a459b

Browse files
committed
disable macos-14 for now
1 parent 9a9c79a commit 62a459b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cp -av fujinet-emulator-bridge/altirra-custom-device dist/emulator/Altirra
100100
mkdir dist/fujinet-pc
101101
echo 'This directory is for FujiNet-PC executable.' > dist/fujinet-pc/README.txt
102-
echo 'Visit https://github.com/FujiNetWIFI/fujinet-pc/releases to download binaries for your OS.' >> dist/fujinet-pc/README.txt
102+
echo 'Visit https://github.com/FujiNetWIFI/fujinet-firmware/releases to download binaries for your OS.' >> dist/fujinet-pc/README.txt
103103
echo 'Place extracted files here.' >> dist/fujinet-pc/README.txt
104104
105105
- name: List dist
@@ -132,9 +132,9 @@ jobs:
132132
- name: macOS 13
133133
target: macos-13
134134
runner: macos-13
135-
- name: macOS 14
136-
target: macos-14
137-
runner: macos-14
135+
# - name: macOS 14
136+
# target: macos-14
137+
# runner: macos-14
138138
# continue-on-error: true
139139
name: Build ${{ matrix.name }}
140140
runs-on: ${{ matrix.runner }}
@@ -224,7 +224,7 @@ jobs:
224224
gh release list --json tagName,createdAt \
225225
--jq 'map(select(.tagName | test("^nightly_fn_pc"))) | sort_by(.createdAt)[-1].tagName' \
226226
--repo github.com/FujiNetWIFI/fujinet-firmware |\
227-
xargs -I% gh release download % --repo github.com/FujiNetWIFI/fujinet-firmware
227+
xargs -I% sh -c 'echo Downloading %; gh release download % --repo github.com/FujiNetWIFI/fujinet-firmware'
228228
229229
- name: '[Windows] Unzip FujiNet-PC into dist'
230230
if: ${{ startsWith(matrix.target, 'windows') && github.event.inputs.releaseBuild == 'true' }}

0 commit comments

Comments
 (0)