Skip to content

Commit

Permalink
ghactions: Use macos-latest instead of macos-11
Browse files Browse the repository at this point in the history
The macOS version should not matter for our tests. If we don't hardcode
a version, we don't need to update it ourselves when it's obsoleted.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Sep 21, 2023
1 parent 395e234 commit 2f26014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: bin/*

tests:
runs-on: macos-11 # Only Mac runners support nested virt
runs-on: macos-latest # Only Mac runners support nested virt
needs: build # Don't bother testing if cross arch build fails
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 2f26014

Please sign in to comment.