mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
build: update macOS GH actions builds to handle sunset of macOS 13
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -16,14 +16,15 @@ jobs:
|
|||||||
name: build-macos
|
name: build-macos
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# macos-13: amd64 (oldest supported version as of 18-10-2024)
|
# macos-14: arm64 (oldest supported version as of 18-11-2025)
|
||||||
# macos-14: arm64 (oldest arm64 version)
|
# macos-15-intel: amd64 (last intel version to be supported by github runners)
|
||||||
os: [macos-13, macos-14]
|
# See https://github.com/actions/runner-images/issues/13046
|
||||||
|
os: [macos-14, macos-15-intel]
|
||||||
include:
|
include:
|
||||||
- os: macos-13
|
|
||||||
goarch: amd64
|
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
|
- os: macos-15-intel
|
||||||
|
goarch: amd64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user