Skip to content

Commit

Permalink
Bumps us to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
TAGraves committed Nov 18, 2024
1 parent 585f436 commit f736824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
architecture: aarch64
cross-target: "aarch64-unknown-linux-musl"
container: messense/rust-musl-cross:aarch64-musl@sha256:777bd4c61179c38dc213bb8472500584646d28fd4a7c3e0b30b9ef70cb446d58
- runs-on: macos-12 # use an older version for broader osx support
- runs-on: macos-13 # use an older version for broader osx support

Check failure on line 72 in .github/workflows/build_and_upload.yml

View workflow job for this annotation

GitHub Actions / Test and package development build / Build, Upload, Release ABQ

label "macos-13" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file
deprecated-platform: darwin_x86-64
os: darwin
architecture: x86_64
cross-target: ""
- runs-on: macos-12 # first OS X to support arm64 -- so the first os for cross compilation
- runs-on: macos-13 # first OS X to support arm64 -- so the first os for cross compilation
deprecated-platform: darwin_aarch64
os: darwin
architecture: aarch64
Expand Down

0 comments on commit f736824

Please sign in to comment.