Skip to content

Commit

Permalink
Use macos-12 runner for MacOS builds (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 30, 2024
1 parent 81b780f commit b56de30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ runs:
shell: bash
run: cat common.env >> $GITHUB_ENV

- name: Select XCode 12.4 & SDK 11.1
- name: Select XCode 13.1
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '12.4'
xcode-version: '13.1'

- name: Install packages
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12.0 ]
os: [ macos-12 ]
package_ruby_ver: [ '3.1.4' ]
env:
- { CC: clang, CXX: clang++ }
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12.0 ]
os: [ macos-12 ]
steps:
- name: Checkout tebako packaging environment
uses: actions/checkout@v4
Expand All @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12.0 ]
os: [ macos-12 ]
package_ruby_ver: [ '3.1.4', '3.2.3' ]
steps:
- name: Checkout tebako packaging environment
Expand All @@ -111,7 +111,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12.0 ]
os: [ macos-12 ]
package_ruby_ver: [ '3.1.4', '3.2.3' ]
steps:
- name: Checkout tebako packaging environment
Expand All @@ -136,7 +136,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-11.0, macos-13.0 ]
os: [ macos-11, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- name: Download test packages
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In the future:
The Tebako packager is tested on the following platforms:

* Linux: Ubuntu 20.04; Alpine 3.17
* macOS: macOS 11.0 (Monterey)
* macOS: macOS 11 (Big Sur), 12 (Monterey), 13 (Ventura)
* Windows: TBD

== Supported Ruby versions
Expand Down

0 comments on commit b56de30

Please sign in to comment.