Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 5, 2024
2 parents 3fd70d6 + 0fd4034 commit d46825f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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
1 change: 0 additions & 1 deletion pyinstaller/mingw64_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ dtool-symlink
dtoolcore
pyasn1
pysmb
urllib3
yamllint
1 change: 0 additions & 1 deletion pyinstaller/mingw64_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ dtool-symlink==0.3.1
dtoolcore==3.18.3
pyasn1==0.6.1
pysmb==1.2.10
urllib3==2.2.3
yamllint==1.35.1

0 comments on commit d46825f

Please sign in to comment.