Skip to content

Commit

Permalink
Build with 20.04 (#113)
Browse files Browse the repository at this point in the history
* build with 20.04

* extra comment
  • Loading branch information
patrick-ogrady authored Mar 22, 2023
1 parent 3bbce3f commit bed94e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tokenvm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:

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

0 comments on commit bed94e4

Please sign in to comment.