diff options
author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-03-18 16:54:53 +0900 |
---|---|---|
committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-03-18 16:54:57 +0900 |
commit | 0b611062d4aa50c070d25261bff531fb76b7acad (patch) | |
tree | 93f29cc0bc5e0c58132231678c2f0a005501a39c | |
parent | 7b4003328e252a63c7859e03515fe68696b66f4f (diff) | |
download | portable-0b611062d4aa50c070d25261bff531fb76b7acad.tar.gz portable-0b611062d4aa50c070d25261bff531fb76b7acad.tar.bz2 portable-0b611062d4aa50c070d25261bff531fb76b7acad.zip |
Add macos-14 test
-rw-r--r-- | .github/workflows/macos.yml | 2 |
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" |