diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2022-06-29 11:24:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 11:24:37 -0700 |
commit | edb8c63afb4d13158ec855b704f94a3e118d20f9 (patch) | |
tree | eaca2d988ff58b42ecc2440e9b5cd6f215d34dbe /.github/workflows/release.yml | |
parent | 7ab27c2601b626d87488ee0f1871a920857dae54 (diff) | |
download | trackermap-server-edb8c63afb4d13158ec855b704f94a3e118d20f9.tar.gz trackermap-server-edb8c63afb4d13158ec855b704f94a3e118d20f9.tar.bz2 trackermap-server-edb8c63afb4d13158ec855b704f94a3e118d20f9.zip |
Downgrade Ubuntu
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7961fc6d9..6a41bddcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v3 |