Skip to content

Commit

Permalink
rolling back testing to earlier ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jan 18, 2025
1 parent 870d059 commit c4cb6e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,40 @@ jobs:
test:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-22.04]
node: [20, 18]
electron: [30, 28, 23]
exclude:
# there's an issue with signals in retry-cli on linux in node 20 🤷‍♀️
- os: ubuntu-latest
- os: ubuntu-22.04
node: 20
include:
- os: ubuntu-latest
- os: ubuntu-22.04
node: 16
electron: 20
- os: ubuntu-latest
- os: ubuntu-22.04
node: 16
electron: 18
- os: ubuntu-latest
- os: ubuntu-22.04
node: 16
electron: 16
- os: windows-latest
node: 14
electron: 14
- os: ubuntu-latest
- os: ubuntu-22.04
node: 14
electron: 12
- os: windows-latest
node: 12
electron: 10
- os: ubuntu-latest
- os: ubuntu-22.04
node: 10
electron: 8
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, node@${{matrix.node}}, electron@${{matrix.electron}})
steps:
- uses: actions/checkout@v3
- if: ${{ matrix.os == 'ubuntu-latest' }}
- if: ${{ matrix.os == 'ubuntu-22.04' }}
run: sudo apt-get install xvfb
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c4cb6e2

Please sign in to comment.