Skip to content

Commit

Permalink
Merge branch 'main' into cap7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 24, 2025
2 parents 0048914 + e9d21c1 commit 6ed2cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v4

- name: Install npm
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "17"
java-version: "21"

- name: Install deps
run: npm install
Expand Down

0 comments on commit 6ed2cb7

Please sign in to comment.