Fix failing `system-test-macos-x86_64` test (#3218)

## Summary

GitHub recently changed `macos-latest` to `macos-12`, so the x86 test
started failing. I've migrated the tests to use dedicated labels, rather
than the aliases.

See:
https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
This commit is contained in:
Charlie Marsh 2024-04-23 14:37:26 -04:00 committed by GitHub
parent 1c2a7f6a85
commit 2c52111006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ jobs:
build-binary-macos-x86_64:
runs-on:
labels: macos-latest-large
labels: macos-14-large
name: "build binary | macos x86_64"
steps:
- uses: actions/checkout@v4
@ -589,7 +589,7 @@ jobs:
system-test-macos-x86_64:
needs: build-binary-macos-x86_64
name: "check system | python on macos x86_64"
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4