Skip to content

Commit

Permalink
Update test-bootstrapper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterson authored Nov 5, 2024
1 parent 107b72a commit 247dfaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

strategy:
fail-fast: false
matrix:
name:
- ubuntu-latest
os:
- ubuntu-latest
name: [ubuntu-latest]
os: [ubuntu-latest]
include:
- name: macos-latest
os: macos-latest
- name: rockylinux-9
container: rockylinux/rockylinux:9
container: 'rockylinux/rockylinux:9'

steps:
- name: Bootstrap the agent
run: bash <(wget -q -O - https://raw.githubusercontent.com/mpeterson/dotfiles/master/bootstrap-dotfiles.sh)
Expand Down

0 comments on commit 247dfaf

Please sign in to comment.