Merge branch 'ms-macos-test-fix' of github.com:drowe67/freedv-gui into ms-macos-test-fix
commit
c7d6d95972
|
@ -32,7 +32,6 @@ jobs:
|
|||
working-directory: ${{github.workspace}}
|
||||
run: |
|
||||
# make sure gfortran is available
|
||||
sudo ln -s /usr/local/bin/gfortran-14 /usr/local/bin/gfortran
|
||||
gfortran --version
|
||||
octave-cli --eval "pkg install -forge control; pkg install -forge signal"
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
path: ${{github.workspace}}/build_windows/FreeDV.exe
|
||||
|
||||
test:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
needs: build
|
||||
env:
|
||||
RADIO_TO_COMPUTER_DEVICE: "CABLE Output (VB-Audio Virtual Cable)"
|
||||
|
|
Loading…
Reference in New Issue