aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-22 09:24:49 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-22 09:53:12 +0900
commit51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85 (patch)
tree8eaac83f589ce7997ed8263d0f9e4819a12b8f2d /.github/workflows/macos.yml
parent73787b1824c12c5aa73c875b6321b0a0e7f885be (diff)
downloadportable-51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85.tar.gz
portable-51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85.tar.bz2
portable-51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85.zip
Split the jobs into two files, macOS and macOS-legacy.
Diffstat (limited to '')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index cd52d2c..7874521 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -21,7 +21,7 @@ jobs:
21 strategy: 21 strategy:
22 fail-fast: false 22 fail-fast: false
23 matrix: 23 matrix:
24 os: ["macos-14", "macos-13", "macos-12"] 24 os: ["macos-14"]
25 arch: ["arm64", "x86_64"] 25 arch: ["arm64", "x86_64"]
26 steps: 26 steps:
27 - name: "Install required packages" 27 - name: "Install required packages"