Skip to content

Commit

Permalink
CI/CD: drop macos-11, add macos-13
Browse files Browse the repository at this point in the history
macos-11 is missing many dependencies. Installing them takes ages.
  • Loading branch information
szpajder committed Mar 17, 2024
1 parent 04864ed commit d29812a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ]
os: [ ubuntu-latest, ubuntu-20.04, macos-13, macos-12 ]
runs-on: ${{ matrix.os }}
env:
VDL2_TEST1: "--iq-file ${{github.workspace}}/test/vdl2_model_16b_1050kHz.wav --sample-format S16_LE --extended-header"
Expand Down

0 comments on commit d29812a

Please sign in to comment.