aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:42:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:42:41 +0300
commitb936d2bd16bf748582445133db69bb2ff8769a5b (patch)
treeb6e7ac22736581360b316e06c55751c974722dbd
parentREADME: fix badge link (diff)
downloadfr24feed-b936d2bd16bf748582445133db69bb2ff8769a5b.tar.gz
fr24feed-b936d2bd16bf748582445133db69bb2ff8769a5b.zip
workflows/publish: use ubuntu-latest
-rw-r--r--.github/workflows/publish.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b2945c8..569150e 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -7,7 +7,7 @@ on:
jobs:
native:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: Build native images
steps:
- name: Checkout
@@ -16,7 +16,7 @@ jobs:
run: make docker/build
compose:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: Build using Compose
steps:
- name: Checkout
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
project: [dump1090, fr24feed]
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: 'Publish ${{ matrix.project }}'
if: github.ref == 'refs/heads/master'
steps: