Skip to content

Commit

Permalink
.github: bump macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Sep 5, 2024
1 parent 6f68f51 commit 50602eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
arch: x86-64

- os: macos
runs-on: macos-12
runs-on: macos-13
arch: x86-64

- os: windows
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- runs-on: ubuntu-22.04
zig_target: riscv64-linux-musl

- runs-on: macos-12
- runs-on: macos-13
zig_target: aarch64-macos-none

- runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04

- os: macos
runs-on: macos-12
runs-on: macos-13

- os: windows
runs-on: windows-2022
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arch: x86-64

- os: macos
runs-on: macos-12
runs-on: macos-13
arch: x86-64

- os: windows
Expand Down

0 comments on commit 50602eb

Please sign in to comment.