Skip to content

Commit

Permalink
Use MacOS 11 instead of 10.15 as 10.15 is depreciated
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 29, 2023
1 parent bdfc8c1 commit 3ccd0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
steam: ["-steam", ""]
os: [windows-2019, macos-10.15, ubuntu-20.04]
os: [windows-2019, macos-11, ubuntu-20.04]
isinclude: [false] # Makes include add new jobs instead of editing existing ones
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit 3ccd0b7

Please sign in to comment.