Skip to content

Commit 15a5f55

Browse files
committed
Update release workflow: update available runners
1 parent 4d21012 commit 15a5f55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
- ubuntu-latest
1616
- ubuntu-22.04
1717
- ubuntu-20.04
18-
- ubuntu-18.04
1918
workflow_call:
2019
inputs:
2120
version:

.github/workflows/release-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
type: choice
1414
options:
1515
- macos-latest
16+
- macos-13
1617
- macos-12
1718
- macos-11
18-
- macos-10.15
1919
workflow_call:
2020
inputs:
2121
version:

0 commit comments

Comments
 (0)