Skip to content

Commit

Permalink
ghactions: Add comment explaining why we stay on ubuntu-20.04
Browse files Browse the repository at this point in the history
It's used on purpose, see commit 428c400 and
#256
  • Loading branch information
cfergeau committed Sep 21, 2023
1 parent 6efc061 commit 437829f
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 @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018a
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 437829f

Please sign in to comment.