change ubuntu version

This commit is contained in:
mpostma
2021-03-25 10:34:42 +01:00
parent 70fd4f109d
commit bb7d3be1b8
7 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
debian:
name: Publish debian packagge
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: hecrj/setup-rust-action@master
with:
@ -29,7 +29,7 @@ jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Create PR to Homebrew
uses: mislav/bump-homebrew-formula-action@v1