mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
fix: remove macOS 15 from CI build matrix. It was already being tested by
the test-macos-homebrew job, and it conflicts with the actual build that we want, which is macOS 14 for backwards-compatibility. Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -18,14 +18,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# macos-13: amd64 (oldest supported version as of 18-10-2024)
|
# macos-13: amd64 (oldest supported version as of 18-10-2024)
|
||||||
# macos-14: arm64 (oldest arm64 version)
|
# macos-14: arm64 (oldest arm64 version)
|
||||||
os: [macos-13, macos-14, macos-15]
|
os: [macos-13, macos-14]
|
||||||
include:
|
include:
|
||||||
- os: macos-13
|
- os: macos-13
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
- os: macos-15
|
|
||||||
goarch: arm64
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user