Skip to content

Commit 6c90576

Browse files
authored
Update linux_and_macos.yml
Use macOS-latest flag instead of macOS-15
1 parent ca3be92 commit 6c90576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
Run-on-Mac:
4444
name: test-compile on Mac
45-
runs-on: [macos-15]
45+
runs-on: [macos-latest]
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: build

0 commit comments

Comments
 (0)