mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
x
This commit is contained in:
4
.github/workflows/node-tests.yml
vendored
4
.github/workflows/node-tests.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-14, windows-latest]
|
||||||
node: ["18", "20"]
|
node: ["18", "20"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- if: matrix.os == "macos-latest"
|
- if: matrix.os == 'macos-14'
|
||||||
run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
|
run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
|
||||||
- name: System info
|
- name: System info
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user