Skip to content

Commit

Permalink
chore: switch ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyknows committed Nov 27, 2023
1 parent 0f50048 commit f9c9862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
# we need to use the same Ubuntu version as our final Docker (base) image
# is using in order to match glibc versions. We need glibc because we
# compile a dynamically-linked binary with boringcrypto.
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit f9c9862

Please sign in to comment.