Browse Source

Bump node hub ci/cd to ubuntu 24.04

tags/v0.3.11-rc1
haixuantao 9 months ago
parent
commit
bc51ab5ffa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/node-hub-ci-cd.yml

+ 1
- 1
.github/workflows/node-hub-ci-cd.yml View File

@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: ${{ github.event_name != 'workflow_dispatch' && !(github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')) }}
matrix:
platform: [ubuntu-22.04, macos-14]
platform: [ubuntu-24.04, macos-14]
folder: ${{ fromJson(needs.find-jobs.outputs.folders )}}
steps:
- name: Checkout repository


Loading…
Cancel
Save