Skip to content

Commit f791efd

Browse files
committed
ci: drop ubuntu 18.04 support
Ubuntu 18.04 LTS is no longer supported by the GitHub Actions CI.
1 parent 6f80bfa commit f791efd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-18.04
1514
- ubuntu-20.04
1615
- ubuntu-22.04
1716
runs-on: ${{ matrix.os }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To build and load the `/dev/sgx-step` driver, execute:
176176

177177
```bash
178178
$ cd kernel/
179-
$ ./install_SGX_driver.sh # tested on Ubuntu 18.04/20.04/22.04
179+
$ ./install_SGX_driver.sh # tested on Ubuntu 20.04/22.04
180180
$ make clean load
181181
```
182182

@@ -206,12 +206,12 @@ apply our patches.
206206

207207
```bash
208208
$ cd sdk/intel-sdk/
209-
$ ./install_SGX_SDK.sh # tested on Ubuntu 18.04/20.04/22.04
209+
$ ./install_SGX_SDK.sh # tested on Ubuntu 20.04/22.04
210210
$ source /opt/intel/sgxsdk/environment # add to ~/.bashrc to preserve across terminal sessions
211211
$ sudo service aesmd status # stop/start aesmd service if needed
212212
```
213213

214-
The above install scripts are tested on Ubuntu 18.04 LTS.
214+
The above install scripts are tested on Ubuntu 22.04 LTS.
215215
For other GNU/Linux distributions, please follow the instructions in the
216216
[linux-sgx](https://github.com/01org/linux-sgx) project to build and install
217217
the Intel SGX SDK and PSW packages. You will also need to build and load an

0 commit comments

Comments
 (0)