diff options
author | Ben Smith <binji@chromium.org> | 2020-06-11 11:53:57 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2020-06-11 11:54:21 -0700 |
commit | 2dca7fc627397636116ad74a31d7aac980095390 (patch) | |
tree | 5ed29056dd33a4ab45e8611279c767e456c85f01 /.github | |
parent | 23500f124366149c9f0802764f94d922d14f465d (diff) | |
download | wabt-2dca7fc627397636116ad74a31d7aac980095390.tar.gz wabt-2dca7fc627397636116ad74a31d7aac980095390.tar.bz2 wabt-2dca7fc627397636116ad74a31d7aac980095390.zip |
Fix typo in build_release.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index c0826bcb..de76b3f4 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [linux-16.04, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] defaults: run: shell: bash |