Skip to content

Commit

Permalink
ci/bindings: switch back to ubuntu-latest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzixnerd committed Nov 15, 2024
1 parent 8e5e479 commit 22d14eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
nix-build:
name: build-bindings-ubuntu
runs-on: hetzner-1
runs-on: ubuntu-latest
steps:
- name: Disable smudging
run: echo "GIT_LFS_SKIP_SMUDGE=1" >> $GITHUB_ENV
Expand Down

0 comments on commit 22d14eb

Please sign in to comment.