Skip to content

Commit c1dd43c

Browse files
Remove support for retired macos-13 (#59)
1 parent 1a5b5b0 commit c1dd43c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-13, macos-15-intel]
14+
os: [macos-15-intel]
1515
name: A job to perform a self-test on this Github Action
1616
steps:
1717
# To use this repository's private action,

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ I intend this action to be kept as simple as possible:
1313

1414
## Currently supported public runner images
1515

16-
- `macos-13`
1716
- `macos-15`
1817
- `macos-15-large`
1918
- `macos-15-intel`

0 commit comments

Comments
 (0)