Skip to content

Commit

Permalink
remove macos11 os
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalinghee committed Jan 15, 2024
1 parent ebbd13c commit 6482c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
# os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04]
arch: [x86_64, aarch64]
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
# It is not read by the rest of the workflow.
Expand Down

0 comments on commit 6482c29

Please sign in to comment.