Skip to content

Update github runner image to ubuntu 24.04 #66

Update github runner image to ubuntu 24.04

Update github runner image to ubuntu 24.04 #66

Workflow file for this run

on: [push, pull_request]
name: Run update.sh and check for changed files
jobs:
check:
name: cargo-check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: ./update.sh
- run: git diff --exit-code