Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DemesneGH authored May 7, 2024
1 parent 0ff3431 commit fca5f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:

jobs:
build-and-run-examples:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
container: yuanz0/teaclave-trustzone-sdk:ubuntu-24.04
steps:
- name: Checkout repository
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
cd ci && ./ci.sh
build-utee-teec:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
container: yuanz0/teaclave-trustzone-sdk:ubuntu-24.04
steps:
- name: Checkout repository
Expand All @@ -69,7 +69,7 @@ jobs:
(cd optee-utee && xargo build --target aarch64-unknown-optee-trustzone -vv) &&
(cd optee-teec && cargo build --target aarch64-unknown-linux-gnu -vv)
license:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check License Header
Expand Down

0 comments on commit fca5f60

Please sign in to comment.