Skip to content

Commit

Permalink
Upgrade to macos-12 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored Jun 17, 2024
1 parent 0bcb84c commit a425414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ github.workspace }}/packages/*.sha256
macos-build:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
${{ github.workspace }}/packages/*.sha256
macos-cross-build:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
${{ github.workspace }}/packages/*.sha256
macos-universal-package:
runs-on: macos-11
runs-on: macos-12
needs: [macos-build, macos-cross-build]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a425414

Please sign in to comment.