Update macos runner

This commit is contained in:
Stephen Brian King 2024-07-02 08:44:17 -06:00
parent 05753c09c2
commit 47405e71c4

View File

@ -30,12 +30,12 @@ jobs:
- name: macOS
file-name: darwin_amd64
target: x86_64-apple-darwin
host: macos-11
host: macos-14
use-cross: false
- name: macOS Apple Silicon
file-name: darwin_aarch64
target: aarch64-apple-darwin
host: macos-11
host: macos-14
use-cross: false
runs-on: ${{ matrix.host }}