Skip to content

Commit 572c832

Browse files
committed
Migrate to macos-14 and macos-26 in CI
1 parent 3c94b66 commit 572c832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/posix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
os:
1919
- ubuntu-22.04
2020
- ubuntu-24.04
21-
- macos-13
22-
- macos-15
21+
- macos-14
22+
- macos-26
2323
steps:
2424
- name: Set up `tmpfs` (if supported)
2525
run: sudo mount tmpfs -t tmpfs -o size=100m /tmp
@@ -41,8 +41,8 @@ jobs:
4141
os:
4242
- ubuntu-22.04
4343
- ubuntu-24.04
44-
- macos-13
45-
# - macos-15
44+
- macos-14
45+
# - macos-26
4646
steps:
4747
- name: Set up `tmpfs` (if supported)
4848
run: sudo mount tmpfs -t tmpfs -o size=100m /tmp

0 commit comments

Comments
 (0)