Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 6, 2024
1 parent f300300 commit 9c8b135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-13' }}
uses: crazy-max/ghaction-setup-docker@v3

- name: Set up Docker Buildx
Expand Down

0 comments on commit 9c8b135

Please sign in to comment.