Skip to content

Commit

Permalink
ci: swapping back to latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Feb 10, 2025
1 parent 16ae953 commit 380e2f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Therefore, we can not install and start a docker container in the WSL.

# Currently, no macOS runner, because during the setup of docker, this runner hangs: https://github.com/douglascamata/setup-docker-macos-action/issues/37
os: [ubuntu-22.04]
os: [ubuntu-latest]
node-version: [20.x, 22.x]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Run clean install
run: npm ci


- name: Run tests on Linux
run: xvfb-run -a npm test
if: runner.os == 'Linux'
Expand All @@ -66,7 +65,7 @@ jobs:

# Currently, no macOS runner, because during the setup of docker, this runner hangs: https://github.com/douglascamata/setup-docker-macos-action/issues/37
node-version: [20.x, 22.x]
os: [ubuntu-22.04]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 380e2f6

Please sign in to comment.