Skip to content

Commit

Permalink
Update to build on macOS-12
Browse files Browse the repository at this point in the history
  • Loading branch information
bofh69 committed Feb 1, 2023
1 parent 89aa178 commit 9c7a1ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
include:
- os: ubuntu-latest
os_name: Ubuntu
binary: rouge
- os: macOS-latest
- os: macOS-12
os_name: MacOS
binary: rouge
- os: windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
include:
- os: ubuntu-latest
- os: macOS-latest
- os: macOS-12
- os: windows-latest

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
path: target/debug/rouge.exe

- name: Archive MacOS artifacts
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-12'
uses: actions/upload-artifact@v3
with:
name: MacOS Executable
Expand Down

0 comments on commit 9c7a1ce

Please sign in to comment.