We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b709ac commit c1dafb7Copy full SHA for c1dafb7
2 files changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
matrix:
39
image:
40
- - macos-14
+ - macos-15
41
- ubuntu-24.04
42
- ubuntu-24.04-arm
43
- windows-11-arm
scripts/github-actions.fsx
@@ -74,7 +74,7 @@ let workflows = [
74
dotNetJob "check" [
75
strategy(failFast = false, matrix = [
76
"image", [
77
- "macos-14"
+ "macos-15"
78
"ubuntu-24.04"
79
"ubuntu-24.04-arm"
80
"windows-11-arm"
0 commit comments