Skip to content

Commit

Permalink
Use macos 12 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak authored May 8, 2024
1 parent f4d31e9 commit 6c25822
Show file tree
Hide file tree
Showing 8 changed files with 683 additions and 648 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dynamic-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable
- os: macos-latest
- os: macos-12
toolchain: stable
- os: windows-latest
toolchain: stable
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable
- os: macos-latest
- os: macos-12
toolchain: stable
- os: windows-latest
toolchain: stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
build:
strategy:
matrix:
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
os: ['windows-latest', 'ubuntu-latest', 'macos-12']
include:
- os: ubuntu-latest
os-name: linux
toolchain: stable
- os: macos-latest
- os: macos-12
os-name: macos
toolchain: stable
- os: windows-latest
Expand Down
Loading

0 comments on commit 6c25822

Please sign in to comment.