Skip to content

Commit ba37c8f

Browse files
authored
fix (#1112)
1 parent 3c77727 commit ba37c8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-ubuntu-1804.yml renamed to .github/workflows/build-ubuntu-2004.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
config: [release, debug]
29-
os: [ubuntu-18.04]
29+
os: [ubuntu-20.04]
3030

3131
steps:
3232
- name: Checkout

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Other resources to learn how to setup the build system:
6565
| Mac OS X (latest) | :white_check_mark: | :white_check_mark: |
6666
| Ubuntu 14.04.x LTS | :white_check_mark: | |
6767
| Ubuntu 16.04.x LTS | :white_check_mark: | |
68-
| Ubuntu 18.04.x LTS | :white_check_mark: | :white_check_mark: |
68+
| Ubuntu 18.04.x LTS | :white_check_mark: | |
69+
| Ubuntu 20.04.x LTS | :white_check_mark: | :white_check_mark: |
6970
| Ubuntu (latest) | :white_check_mark: | :white_check_mark: |
7071
| Windows 7.1 | :white_check_mark: | |
7172
| Windows 8.1 | :white_check_mark: | |

0 commit comments

Comments
 (0)