diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-03-16 13:05:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 13:05:01 -0700 |
| commit | 29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7 (patch) | |
| tree | ab93ac446ba9272e7981072564cada800682fdd4 /.github/workflows/installer.yml | |
| parent | feat: call atuin setup from install script (#3265) (diff) | |
| download | atuin-29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7.zip | |
chore(ci): migrate to depot runners (#3279)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
Diffstat (limited to '.github/workflows/installer.yml')
| -rw-r--r-- | .github/workflows/installer.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 33fbe50d..2cc4f89f 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -13,14 +13,14 @@ jobs: install: strategy: matrix: - os: [ubuntu-latest, macos-14] + os: [depot-ubuntu-24.04, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6 - name: Install zsh for ubuntu - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'depot-ubuntu-24.04' run: | sudo apt install zsh |
