replace macos-11 with macos-13 for GitHub actions (#1066)
Tests using macos-11 wait a long time before they can start, so we replace macos-11 with macos-13.
This commit is contained in:
2
.github/workflows/npm-addon-macos.yaml
vendored
2
.github/workflows/npm-addon-macos.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-11, macos-14]
|
||||
os: [macos-13, macos-14]
|
||||
python-version: ["3.8"]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user