Skip to content

Commit

Permalink
test macos-14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Feb 20, 2024
1 parent 8b04d82 commit 8905625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/devel_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- feature_*
jobs:
push-development-images:
runs-on: ubuntu-latest
timeout-minutes: 120
permissions:
packages: write
Expand All @@ -20,13 +19,14 @@ jobs:
matrix:
build-targets:
- image-name: awx_devel
make-target: docker-compose-buildx
make-target: docker-compose-build
- image-name: awx_kube_devel
make-target: awx-kube-dev-buildx
make-target: awx-kube-dev-build
- image-name: awx
make-target: awx-kube-buildx
make-target: awx-kube-build
os: [ubuntu-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:

- name: Skipping build of awx image for non-awx repository
run: |
echo "Skipping build of awx image for non-awx repository"
Expand Down

0 comments on commit 8905625

Please sign in to comment.