aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-02-05 07:33:44 -0800
committerAnton Tananaev <anton@traccar.org>2023-02-05 07:33:44 -0800
commit814fbee673d42588b53bd611128e8be1056ba883 (patch)
treecb6f3548a2dff51660f2688f1f20b9364b5b4706 /.github/workflows/release.yml
parent7236387b3408525be01a4934894fafb0a65bac1f (diff)
downloadtrackermap-server-814fbee673d42588b53bd611128e8be1056ba883.tar.gz
trackermap-server-814fbee673d42588b53bd611128e8be1056ba883.tar.bz2
trackermap-server-814fbee673d42588b53bd611128e8be1056ba883.zip
Try new version
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6eb02ad9c..0a9fb2e73 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ on:
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3