Skip to content

Commit

Permalink
Fixed build file
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeetchhetri committed Jul 23, 2024
1 parent 5f37576 commit 2c022b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
#if: "!contains(github.event.head_commit.message, '[skip_build]')"
strategy:
matrix:
os: [macOS-latest]
os: [macOS-13]
steps:
- uses: actions/checkout@v2
- name: Extract branch name
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
#if: "!contains(github.event.head_commit.message, '[skip_build]')"
strategy:
matrix:
os: [macOS-latest]
os: [macos-latest]
steps:
- uses: actions/checkout@v2
- name: Build
Expand Down Expand Up @@ -210,3 +210,4 @@ jobs:
asset_path: /tmp/bin/sqldiffer_${{ needs.macos_intel.extract_branch.outputs.branch }}_withorcl_macosx_arm.zip
asset_name: sqldiffer_${{ needs.macos_intel.extract_branch.outputs.branch }}_withorcl_macosx_arm.zip
asset_content_type: application/gzip
g

0 comments on commit 2c022b7

Please sign in to comment.