Skip to content

Commit 609701c

Browse files
GitHub actions: use ubuntu-20.04 instead of latest
1 parent 2e5fa40 commit 609701c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88

99
strategy:
1010
matrix:

.github/workflows/build-emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
9+
os: ["windows-latest", "ubuntu-20.04", "macos-latest"]
1010
build_type: ["Debug", "Release"]
1111

1212
exclude:
@@ -18,7 +18,7 @@ jobs:
1818
- os: "windows-latest"
1919
host_name: "Win10"
2020

21-
- os: "ubuntu-latest"
21+
- os: "ubuntu-20.04"
2222
host_name: "Linux"
2323

2424
- os: "macos-latest"

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- host_name: "Linux"
2020
platform: "Linux"
21-
os: "ubuntu-latest"
21+
os: "ubuntu-20.04"
2222
cmake_generator: "Ninja"
2323
cc: "clang-12"
2424
cxx: "clang++-12"

0 commit comments

Comments
 (0)