aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-25 15:51:24 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-25 15:51:24 +0900
commitadc4d4332cb33a8630b9c6aa2d58c14a6b45c86d (patch)
treebcdc05829a41c2b08988255621592a8532c08fd5 /.github/workflows/macos.yml
parent51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85 (diff)
downloadportable-adc4d4332cb33a8630b9c6aa2d58c14a6b45c86d.tar.gz
portable-adc4d4332cb33a8630b9c6aa2d58c14a6b45c86d.tar.bz2
portable-adc4d4332cb33a8630b9c6aa2d58c14a6b45c86d.zip
Revert "Split the jobs into two files, macOS and macOS-legacy."
This reverts commit 51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85.
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 7874521..cd52d2c 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"] 24 os: ["macos-14", "macos-13", "macos-12"]
25 arch: ["arm64", "x86_64"] 25 arch: ["arm64", "x86_64"]
26 steps: 26 steps:
27 - name: "Install required packages" 27 - name: "Install required packages"