Skip to content

ci: Update runner to ubuntu-24.04 #78

ci: Update runner to ubuntu-24.04

ci: Update runner to ubuntu-24.04 #78

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: ./deps.sh
- name: Build UEFI application
run: make