File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -55,23 +55,20 @@ jobs:
55
55
runs-on : ${{ matrix.os }}
56
56
strategy :
57
57
matrix :
58
- # TODO: install wasi-sdk and wabt at /opt. either *cannot create directory ‘/opt’: Permission denied* or *sudo: command not found*
59
- # windows-2025 is not supported yet
60
- # macos-13
61
- os : [ubuntu-22.04, windows-2022]
58
+ os : [macos-13, ubuntu-22.04, windows-2022]
62
59
arch : [X86_64, X86_32]
63
60
include :
64
- # - os: macos-13
65
- # llvm_cache_key: ${{ needs.build_llvm_libraries_on_macos.outputs.cache_key }}
61
+ - os : macos-13
62
+ llvm_cache_key : ${{ needs.build_llvm_libraries_on_macos.outputs.cache_key }}
66
63
- os : ubuntu-22.04
67
64
llvm_cache_key : ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
68
65
- os : windows-2022
69
66
llvm_cache_key : ${{ needs.build_llvm_libraries_on_windows.outputs.cache_key }}
70
- # exclude:
71
- # # based on [32-bit app compatibility with macOS](https://support.apple.com/en-us/103076)
72
- # # Starting with macOS Catalina 10.15, 32-bit apps are no longer compatible with macOS.
73
- # - os: macos-13
74
- # arch: X86_32 # macOS Catalina 10.15 and later do not support 32-bit apps
67
+ exclude :
68
+ # based on [32-bit app compatibility with macOS](https://support.apple.com/en-us/103076)
69
+ # Starting with macOS Catalina 10.15, 32-bit apps are no longer compatible with macOS.
70
+ - os : macos-13
71
+ arch : X86_32
75
72
76
73
steps :
77
74
- name : checkout
You can’t perform that action at this time.
0 commit comments