aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-18 16:54:53 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-18 16:54:57 +0900
commit0b611062d4aa50c070d25261bff531fb76b7acad (patch)
tree93f29cc0bc5e0c58132231678c2f0a005501a39c /.github
parent7b4003328e252a63c7859e03515fe68696b66f4f (diff)
downloadportable-0b611062d4aa50c070d25261bff531fb76b7acad.tar.gz
portable-0b611062d4aa50c070d25261bff531fb76b7acad.tar.bz2
portable-0b611062d4aa50c070d25261bff531fb76b7acad.zip
Add macos-14 test
Diffstat (limited to '.github')
-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 e1395d1..6bd3f43 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-13", "macos-12", "macos-11"] 24 os: ["macos-14", "macos-13", "macos-12", "macos-11"]
25 arch: ["arm64", "x86_64"] 25 arch: ["arm64", "x86_64"]
26 steps: 26 steps:
27 - name: "Install required packages" 27 - name: "Install required packages"