Skip to content

Commit bed94e4

Browse files
Build with 20.04 (#113)
* build with 20.04 * extra comment
1 parent 3bbce3f commit bed94e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tokenvm-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313

1414
jobs:
1515
release:
16-
runs-on: ubuntu-latest-16-cores
16+
# We build with 20.04 to maintain max compatibility: https://github.com/golang/go/issues/57328
17+
runs-on: ubuntu-20.04-16-cores
1718
steps:
1819
- name: Git checkout
1920
uses: actions/checkout@v3

0 commit comments

Comments
 (0)