Skip to content

Commit d325f48

Browse files
authored
Remove macos-13 from CI. NFC (#2661)
GitHub are removing support: actions/runner-images#13046
1 parent ad75c5e commit d325f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
# Temporarily replaced macos-latest with macos-14.
3434
# See https://github.com/WebAssembly/wabt/issues/2654
35-
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
35+
os: [ubuntu-latest, macos-14, windows-latest]
3636
steps:
3737
- uses: actions/setup-python@v5
3838
with:

0 commit comments

Comments
 (0)