Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- '*.*.*'

env:
SEL4_VERSION: 15.0.0
SEL4_VERSION: c962e51e3be7073c8b08eab9891da9aefd77e487

# To reduce the load we cancel any older runs of this workflow for the current
# PR. For deployment to the main branch, the workflow will run on each push,
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ It should be noted that while Microkit uses mainline seL4, it is fairly tied to
specific version used.

For this version of Microkit please use the following tag:
`15.0.0`.
`c962e51e3be7073c8b08eab9891da9aefd77e487`.

## Building the SDK

Expand Down
Loading