Skip to content

Commit

Permalink
Merge branch '1.3' into fixCVE
Browse files Browse the repository at this point in the history
  • Loading branch information
tandonks authored Dec 11, 2024
2 parents 8699ef5 + 0338741 commit 46e9ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
tests:
name: Run Cypress E2E tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
# prevents extra Cypress installation progress messages
CI: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest ]
os: [ ubuntu-22.04, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Enable longer filenames
Expand Down

0 comments on commit 46e9ead

Please sign in to comment.