Skip to content

Commit

Permalink
ci: update to macos-11
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs authored and brooksmtownsend committed May 11, 2023
1 parent e4c92f1 commit 35aa4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/host_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
elixir: [1.14.3]
otp: [25]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasmcloud_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
elixir: [1.14.3]
otp: [25]

Expand Down

0 comments on commit 35aa4c5

Please sign in to comment.