Skip to content

Commit 83661ca

Browse files
authoredFeb 1, 2025··
Stop running tests on non-existing macos-12 (#318)
1 parent 68c5d57 commit 83661ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/example-builds-nightly-defaultarch.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
os:
2323
- ubuntu-latest
2424
- windows-latest
25-
# - macos-11 # Intel
26-
- macos-12 # Intel
2725
- macos-13 # Intel
2826
- macos-14 # Apple Silicon
29-
- macos-latest # Currently Intel, but will probably point to Apple Silicon in the future
27+
- macos-latest # Apple Silicon
3028

3129
steps:
3230
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.