Skip to content

Commit

Permalink
fix(ci): update macos runners (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser authored May 25, 2024
1 parent dfae6da commit 2ce5ee7
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 @@ -56,7 +56,7 @@ jobs:

mac-intel:
name: Test on macOS Intel
runs-on: macos-11
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

mac-intel:
name: MacOS Intel
runs-on: macos-11
runs-on: macos-14

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

0 comments on commit 2ce5ee7

Please sign in to comment.