diff options
author | 2024-04-07 13:00:13 +0200 | |
---|---|---|
committer | 2024-04-07 13:00:40 +0200 | |
commit | 8475cd7b25d8d592ab52107b72480b4c765762c6 (patch) | |
tree | 5c57070483c08e6bcb52232ec039f1af0d687376 /.github | |
parent | 5905e7c882ca04e85b9c21d1922275ed27ad3b7d (diff) | |
download | iced-8475cd7b25d8d592ab52107b72480b4c765762c6.tar.gz iced-8475cd7b25d8d592ab52107b72480b4c765762c6.tar.bz2 iced-8475cd7b25d8d592ab52107b72480b4c765762c6.zip |
Run `lint` workflow in `ubuntu-latest`
`macOS-latest` seems to abort the build randomly
for some reason.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ccf79cb7..84f67aa0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: |