Skip to content

Commit 9698c24

Browse files
committed
Replace obsolete runners with latest ones
1 parent 365c49f commit 9698c24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-actions.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
os:
13-
- ubuntu-18.04
1413
- ubuntu-20.04
15-
- macos-10.15
16-
- macos-11
14+
- ubuntu-22.04
15+
- macos-11 # Intel
16+
- macos-12 # Intel
17+
- macos-13-xlarge # Apple silicon
1718
- windows-2019
1819
- windows-2022
1920
fail-fast: false

0 commit comments

Comments
 (0)