Skip to content

Update dependency ubuntu to v24 #225

Update dependency ubuntu to v24

Update dependency ubuntu to v24 #225

Workflow file for this run

name: Rust build
on:
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release