Skip to content

Commit

Permalink
Get rid of the deprecated macos-11 github targets ##ci
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Jul 9, 2024
1 parent 4ff5d41 commit 81674a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ jobs:
matrix:
include:
- arch: arm64
macos: 12
macos: 13
- arch: x86_64
macos: 11
macos: 12
runs-on: macos-${{ matrix.macos }}
steps:
- name: Checkout
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
include:
- type: cydia
sdk: true
runs-on: macos-11
runs-on: macos-12
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 @@ -174,7 +174,7 @@ jobs:
meson -Dnogpl=true build-nogpl
ninja -C build-nogpl
macos-test:
runs-on: macos-11
runs-on: macos-12
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
steps:
- name: Checkout
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
name: macos-rpath
continue-on-error: true
runs-on: macos-11
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 81674a5

Please sign in to comment.