Skip to content

Commit

Permalink
Pin ubuntu version to fix 'VM Crashed' issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Sep 29, 2023
1 parent 08d5cd2 commit bfa4988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build with Exasol ${{ matrix.exasol-docker-version }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # UDFs fail with "VM error: Internal error: VM crashed" on ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-exasol-${{ matrix.exasol-docker-version }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions doc/changes/changes_2.7.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The release also updates the extension to use common code from `@exasol/extensio
## Security

* #269: Fixed CVE-2022-46751 in `org.apache.ivy:ivy`
* #272: Fixed CVE-CVE-2023-42503 in `org.apache.commons:commons-compress`

## Dependency Updates

Expand Down

0 comments on commit bfa4988

Please sign in to comment.