Skip to content

Commit

Permalink
own osx file
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Apr 17, 2024
1 parent 3c92f9f commit a938c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['mac-14', 'macos-13']
os: ['mac-14']
steps:
- uses: actions/checkout@v4
- name: Uninstall GitHub Actions built-in Homebrew
Expand Down
2 changes: 1 addition & 1 deletion roles/osx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ansible.builtin.copy:
src: ".osx"
dest: "{{ osx_path }}"
mode: '0644'
mode: '0644'

# TODO: Use sudo once .osx can be run via root with no user interaction.
- name: Run .osx dotfiles
Expand Down

0 comments on commit a938c9f

Please sign in to comment.