Skip to content

Commit

Permalink
Merge pull request #73 from kounoike/chore/specify-ubuntu-20.04
Browse files Browse the repository at this point in the history
use runs-on:ubuntu-20.04
  • Loading branch information
kounoike authored Apr 6, 2022
2 parents f3aefbd + 49fbcf8 commit 97c5648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# path: build/obs-virtualbg-*.zip
build_linux:
name: build on Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# file_glob: true
release_ubuntu:
name: Upload Release Asset on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 97c5648

Please sign in to comment.