diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c15f594b4..bf3e24c06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,25 +10,25 @@ on: jobs: checkout_and_build: - runs-on: ubuntu-latest strategy: matrix: include: - build: mac node_version: '21.6.2' - os: macos-latest + runs-on: macos-14 - build: mac-intel node_version: '21.6.2' - os: macos-latest + runs-on: macos-14 # - build: win32 # node_version: '21.6.2' - # os: windows-latest + # runs-on: windows-latest # - build: win64 # node_version: '21.6.2' - # os: windows-latest + # runs-on: windows-latest # - build: linux # node_version: '21.6.2' - # os: ubuntu-latest + # runs-on: ubuntu-latest + container: image: cimg/node:${{ matrix.node_version }} steps: