We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-13
1 parent 1a5b5b0 commit c1dd43cCopy full SHA for c1dd43c
2 files changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [macos-13, macos-15-intel]
+ os: [macos-15-intel]
15
name: A job to perform a self-test on this Github Action
16
steps:
17
# To use this repository's private action,
README.md
@@ -13,7 +13,6 @@ I intend this action to be kept as simple as possible:
## Currently supported public runner images
-- `macos-13`
- `macos-15`
18
- `macos-15-large`
19
- `macos-15-intel`
0 commit comments