Skip to content

Commit

Permalink
ci: use explicit macOS versions instead of "latest"
Browse files Browse the repository at this point in the history
https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/

Latest is now 14.

Signed-off-by: László Várady <laszlo.varady@axoflow.com>
  • Loading branch information
MrAnno committed Apr 23, 2024
1 parent 5bfed4e commit e6ab22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
general:
strategy:
matrix:
version: [latest, 14]
version: [13, 14]
build-tool: [autotools, cmake]
fail-fast: false

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Unlinking preinstalled Python (workaround)
# The python@3 brew package has to be installed and linked system-wide (it's a dependency of glib and syslog-ng)
# The macos-latest GitHub runner has Python preinstalled as a pkg, this prevents linking the python@3
# The macos-13 GitHub runner has Python preinstalled as a pkg, this prevents linking the python@3
# brew package, even when linking is forced. `brew "python@3", link: true, force: true`
# also, brew cannot update the links even these cretated by itself for an earlier python version
run : |
Expand Down

0 comments on commit e6ab22b

Please sign in to comment.