Skip to content

Commit 86240f4

Browse files
committed
fix: Update Ubuntu runner version
1 parent 1188e04 commit 86240f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: ubuntu-20.04
27+
- os: ubuntu-latest
2828
name: Linux
2929
release-suffix: LIN64
3030
can-fail: false
3131

32-
- os: ubuntu-20.04
32+
- os: ubuntu-latest
3333
name: Emscripten
3434
release-suffix: WEB
3535
cmake-prefix: emcmake

0 commit comments

Comments
 (0)