Skip to content

Commit

Permalink
scalar-functional-tests.yml: update macos-11 to macos-13
Browse files Browse the repository at this point in the history
Target `macos-11` is deprecated now and is in scheduled brownouts.
Update to `macos-13`.

Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
  • Loading branch information
jeffhostetler committed Jun 24, 2024
1 parent 8ef4820 commit e774223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scalar-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# Order by runtime (in descending order)
os: [windows-2019, macos-11, ubuntu-20.04, ubuntu-22.04]
os: [windows-2019, macos-13, ubuntu-20.04, ubuntu-22.04]
# Scalar.NET used to be tested using `features: [false, experimental]`
# But currently, Scalar/C ignores `feature.scalar` altogether, so let's
# save some electrons and run only one of them...
Expand Down

0 comments on commit e774223

Please sign in to comment.