Skip to content

Commit

Permalink
ci: use macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Feb 3, 2024
1 parent 9f494fb commit 54091f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: ubuntu-20.04
- goos: darwin
rid: osx-x64
os: macos-11
os: macos-12

runs-on: ${{ matrix.target.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: ubuntu-20.04
- goos: darwin
rid: osx-x64
os: macos-11
os: macos-12

runs-on: ${{ matrix.target.os }}

Expand Down

0 comments on commit 54091f1

Please sign in to comment.