Skip to content

Commit 2df7e29

Browse files
committed
chore: docker usage with macos on runners isnt allowed
1 parent fc6cca0 commit 2df7e29

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os_name: ["alpine"]
2828
php_version: ["8.1", "8.2", "8.3"]
2929
php_type: ["fpm", "cli", "supervisord"]
30-
builder: [{arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "macos-latest"}]
30+
builder: [{arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "ubuntu-latest"}]
3131
runs-on: ${{ matrix.builder.os }}
3232
steps:
3333

@@ -43,19 +43,9 @@ jobs:
4343
- name: 📦 Check out the codebase
4444
uses: actions/checkout@v4
4545

46-
- name: 💻 Set up Ansible for MacOS
47-
if: ${{ matrix.builder.os == 'macos-latest' }}
48-
run: |
49-
sudo pip3 install --upgrade pip
50-
sudo pip3 install ansible
51-
5246
- name: 🤖 Generate dist files
5347
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
5448

55-
- name: 💻 Set up Docker for MacOS
56-
if: ${{ matrix.builder.os == 'macos-latest' }}
57-
uses: docker-practice/actions-setup-docker@master
58-
5949
- name: 🖥️ Setup docker QEMU
6050
uses: docker/setup-qemu-action@v3
6151
with:

0 commit comments

Comments
 (0)