Skip to content

Commit

Permalink
Switch CI workflow runner from macOS to Ubuntu
Browse files Browse the repository at this point in the history
- Change GitHub Actions workflow runner from macos-latest to ubuntu-latest
- Maintain consistent CI environment for Cachix deployment
  • Loading branch information
NikolaiSch committed Feb 14, 2025
1 parent d4ddbae commit 532f73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ssh-cachix-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}
jobs:
build-cachix-deploy:
runs-on: [macos-latest]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit 532f73e

Please sign in to comment.