Skip to content

Commit 50ce12b

Browse files
committed
Use MacOS 11 instead of 10.15 as 10.15 is depreciated
- see actions/runner-images#5583
1 parent bd69111 commit 50ce12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
steam: ["-steam", ""]
11-
os: [windows-2019, macos-10.15, ubuntu-20.04]
11+
os: [windows-2019, macos-11, ubuntu-20.04]
1212
isinclude: [false] # Makes include add new jobs instead of editing existing ones
1313
include:
1414
- os: ubuntu-20.04

0 commit comments

Comments
 (0)