Skip to content

Commit

Permalink
Remove macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jan 12, 2025
1 parent 11331b7 commit b301032
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest]
oscript_version: ['1.8.3', 'stable']
steps:
- uses: actions/checkout@v4
Expand All @@ -29,11 +29,6 @@ jobs:
opm install -l
opm install -l 1commands 1testrunner [email protected]
- name: Prepare macOS env
if: matrix.os == 'macos-13'
run: |
echo "SIGN_QEMU_BINARY=1" >> "$GITHUB_ENV"
- name: Install docker
uses: crazy-max/ghaction-setup-docker@v3
timeout-minutes: 12
Expand Down

0 comments on commit b301032

Please sign in to comment.