diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8a50c53ba..bbd4ffa57 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: - run: npm run ${{ matrix.target }} unit-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/ddg2dnr.yml b/.github/workflows/ddg2dnr.yml index cc10ea1b0..6cc2ffbd2 100644 --- a/.github/workflows/ddg2dnr.yml +++ b/.github/workflows/ddg2dnr.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: node: [22.x] - os: [ubuntu-latest] # FIXME - macos-latest runner keeps failing + os: [ubuntu-22.04] # FIXME - macos-latest runner keeps failing steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }} @@ -23,7 +23,7 @@ jobs: strategy: matrix: node: [22.x] - os: [ubuntu-latest] + os: [ubuntu-22.04] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }}