Skip to content

Commit

Permalink
Ubuntu pin to prevent VM crash (#274)
Browse files Browse the repository at this point in the history
* Ubuntu pin to prevent VM crash

* Revert unneeded pins
  • Loading branch information
Shmuma authored Sep 29, 2023
1 parent 28cc812 commit 35826e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # UDFs fail with "VM error: Internal error: VM crashed" on ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 35826e3

Please sign in to comment.