diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2c3acf..a363ac9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-13] runs-on: ${{ matrix.os }} diff --git a/action.yml b/action.yml index adac9a9..520ced3 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: required: false default: "7.1.37" runs: - using: "node16" + using: "node20" main: "dist/index.js"