Commit 8211252
authored
CI: attempt to upgrade Mac OS X deployment target to 10.12. (#11787)
Reading through the perplexing release build failure for `macos-x86_64`
in [1], I noticed a warning stating the following:
```
warning: deployment target in MACOSX_DEPLOYMENT_TARGET was set to 10.9, but the minimum supported by `rustc` is 10.12
```
I'm not sure if this has anything to do with the new build failure, but
it seems worth addressing in any case. This PR updates the minimum Mac
OS X version targeted by the build to 10.12.
[1]: https://github.com/bytecodealliance/wasmtime/actions/runs/18228566641/job/51906071185#step:8:6411 parent f0cd9b6 commit 8211252
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments