mirror of
https://github.com/JakeWharton/mosaic.git
synced 2026-03-13 10:13:23 +08:00
Add macOS 26 Intel runner (#1094)
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -45,12 +45,14 @@ jobs:
|
||||
platform:
|
||||
- os: macos-14
|
||||
target: macosArm64
|
||||
- os: macos-15-intel
|
||||
target: macosX64
|
||||
- os: macos-15
|
||||
target: macosArm64
|
||||
- os: macos-15-intel
|
||||
target: macosX64
|
||||
- os: macos-26
|
||||
target: macosArm64
|
||||
- os: macos-26-intel
|
||||
target: macosX64
|
||||
- os: ubuntu-22.04
|
||||
target: linuxX64
|
||||
- os: ubuntu-22.04-arm
|
||||
|
||||
Reference in New Issue
Block a user