Skip to content

Commit

Permalink
Update CI images (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kapferer authored Mar 11, 2022
1 parent 6109aaf commit 5c82823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_and_publish_snapshot:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5c82823

Please sign in to comment.