Skip to content

Commit

Permalink
update macos github action runner images ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaareet authored and trufae committed Dec 19, 2024
1 parent 333941b commit d887d8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,10 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- arch: arm64
macos: 13
- arch: x86_64
macos: 12
runs-on: macos-${{ matrix.macos }}
arch:
- arm64
- x86_64
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -232,7 +230,7 @@ jobs:
include:
- type: cydia
sdk: true
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Install pkg-config/ldid2 with Homebrew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
meson -Dnogpl=true build-nogpl
ninja -C build-nogpl
macos-test:
runs-on: macos-12
runs-on: macos-13
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
steps:
- name: Checkout
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
name: macos-rpath
continue-on-error: true
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d887d8b

Please sign in to comment.