Skip to content

Commit 8f74b51

Browse files
committed
snap
1 parent 1b27d73 commit 8f74b51

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/ck_builder.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ on:
2222
default: macos-latest
2323
required: true
2424
options:
25-
- macos-latest
25+
- macos-14
2626
- macos-13
2727
- macos-12
28-
# - windows-latest
28+
- windows-2022
29+
- windows-2019
2930

3031
# env:
3132
# arch: darwin-x86
@@ -64,11 +65,11 @@ jobs:
6465
run: brew install bison flex
6566

6667
- name: install faust + warpbuf (libsndfile) dependencies
67-
if: contains(fromJSON('["brew", "full", "light"]'), inputs.variant)
68+
if: contains(fromJSON('["brew", "full", "light", "nomp3"]'), inputs.variant)
6869
run: brew install autogen automake flac libogg libvorbis opus mpg123 lame
6970

7071
- name: install warpbuf (rubberband) dependencies
71-
if: contains(fromJSON('["brew", "full", "light"]'), inputs.variant)
72+
if: contains(fromJSON('["brew", "full", "light", "nomp3"]'), inputs.variant)
7273
run: brew install rubberband libsamplerate
7374

7475
- name: build external

.github/workflows/ck_matrix.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- macos-14
1414
- macos-13
1515
- macos-12
16+
- macos-11
1617
variant:
1718
- native
1819
- universal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Due to platform changes and library compatibility differences, and also to provi
148148
| .ogg | | | x | x | x | |
149149
| .opus | | | x | x | x | |
150150
| .vorbis | | | x | x | x | |
151-
| macOS 14 | x | x | x | x | | x |
152-
| macOS 13 | x | x | x | x | | x |
151+
| macOS 14 | x | x | x | x | x | x |
152+
| macOS 13 | x | x | x | x | x | x |
153153
| macOS 12 | x | x | x | x | x | x |
154154

155155
### A. The Base System

0 commit comments

Comments
 (0)