Skip to content

Commit

Permalink
mac
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Apr 25, 2024
1 parent e995c8b commit 76521c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
MacOS:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@master
with:
Expand All @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.10'

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@master
id: qt
with:
cache: true
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y autoconf automake build-essential cmake git libarchive-dev libssl-dev nettle-dev libmbedtls-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop pkg-config zlib1g-dev

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@master
id: qt
with:
cache: true
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
submodules: recursive

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@master
id: qt
with:
cache: true
Expand Down

0 comments on commit 76521c6

Please sign in to comment.