Skip to content

Commit

Permalink
CI: try macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 4, 2024
1 parent fbed075 commit 0fd4034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:

runs-on: macos-13
runs-on: macos-14

steps:

Expand All @@ -24,7 +24,7 @@ jobs:

- name: Install system dependencies
run: |
brew install python pygobject3 gtk+3 gtksourceview4 gnome-icon-theme create-dmg gcc gfortran
brew install python pygobject3 gtk+3 gtksourceview4 adwaita-icon-theme create-dmg gfortran
- name: Log system package info
run: |
Expand Down

0 comments on commit 0fd4034

Please sign in to comment.