Skip to content

Commit

Permalink
fix macos ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
pjessesco committed Dec 30, 2024
1 parent 138142b commit a9aa21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest_macos_appleclang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest_macos_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a9aa21e

Please sign in to comment.