Skip to content

Commit 1bb36df

Browse files
authored
Change ubuntu version to 20.04 (#91)
* Change ubuntu version to 20.04
1 parent e34bf63 commit 1bb36df

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/codeql-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
analyze:
1414
name: Analyze
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
permissions:
1717
actions: read
1818
contents: read

.github/workflows/push_request_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Check if passes all requirements
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616

1717
steps:
1818
- name: Checkout project

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ macos-latest, windows-latest, ubuntu-latest ]
16+
os: [ macos-latest, windows-latest, ubuntu-20.04 ]
1717

1818
steps:
1919
- name: Checkout project

documentation/ame-guide/modules/ROOT/pages/system-requirements.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ To use the Aspect Model Editor on Mac, you need:
2929

3030
To use the Aspect Model Editor on Linux, you need:
3131

32-
* 64-bit Ubuntu 18.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+
32+
* 64-bit Ubuntu 20.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+
3333
* An Intel Pentium 4 processor or later that is SSE3-capable
34-
35-
34+
* The executable requires GLIBC of the specified version or a newer one.

0 commit comments

Comments
 (0)