Skip to content

Commit 170be88

Browse files
committed
Test CI ubuntu 20.04 early.
1 parent 5aff2d6 commit 170be88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
13+
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
1414
build-type: [Debug, Release]
1515
if: always()
1616
runs-on: ${{matrix.runs-on}}
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
fail-fast: false
122122
matrix:
123-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
123+
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
124124
build-type: [Debug, Release]
125125
if: always()
126126
runs-on: ${{matrix.runs-on}}
@@ -245,7 +245,7 @@ jobs:
245245
strategy:
246246
fail-fast: false
247247
matrix:
248-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
248+
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
249249
build-type: [Debug]
250250
if: always()
251251
runs-on: ${{matrix.runs-on}}
@@ -287,7 +287,7 @@ jobs:
287287
strategy:
288288
fail-fast: false
289289
matrix:
290-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
290+
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
291291
build-type: [Debug]
292292
if: always()
293293
runs-on: ${{matrix.runs-on}}

0 commit comments

Comments
 (0)