Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
ci: remove ubuntu-24.04 from cypress workflow due to unsupported Fire…
Browse files Browse the repository at this point in the history
…fox version
  • Loading branch information
AlbinoGeek committed Aug 3, 2024
1 parent ddb806d commit 891aa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04]
os: [ubuntu-22.04] # ubuntu-24.04 doesn't have a working firefox yet
node: [20, 22]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 891aa4c

Please sign in to comment.