Skip to content

Commit

Permalink
use ubuntu18 to avoid glibc update
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s authored Apr 8, 2021
1 parent 0d9914b commit aac09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:

- name: Set up Go 1.13
Expand Down

0 comments on commit aac09d8

Please sign in to comment.