Skip to content

Commit

Permalink
.github/workflows/build.yml: pin ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 23, 2024
1 parent f12e2f7 commit 721b5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
nix-build-develop-gcc:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -34,7 +34,7 @@ jobs:
path: build/meson-logs/testlog.txt

nix-build-develop-clang:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down

0 comments on commit 721b5c5

Please sign in to comment.