Run lint workflow in ubuntu-latest

`macOS-latest` seems to abort the build randomly
for some reason.
This commit is contained in:
Héctor Ramón Jiménez 2024-04-07 13:00:13 +02:00
parent 5905e7c882
commit 8475cd7b25
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -2,7 +2,7 @@ name: Lint
on: [push, pull_request]
jobs:
all:
runs-on: macOS-latest
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with: