Skip to content

Commit

Permalink
Use macos-12 for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed May 1, 2024
1 parent f4d31e9 commit e22d5d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit e22d5d2

Please sign in to comment.