Skip to content

Commit

Permalink
[CI] use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed May 13, 2024
1 parent 17506cb commit 08dd7d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-22.04 ]
os: [ macos-13, windows-latest, ubuntu-22.04 ]
arch: [ x64, arm64 ]
exclude:
- os: macos-latest
- os: macos-13
arch: arm64
- os: windows-latest
arch: arm64
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: bash ./build_scripts/unix.sh

- name: Build OctoBot Binary on MacOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
env:
GH_REPO: Drakkar-Software/OctoBot-Tentacles
OCTOBOT_GH_REPO: https://github.com/Drakkar-Software/OctoBot.git
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Upload OctoBot Binary on MacOS
uses: actions/upload-artifact@v3
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
with:
name: OctoBot_macos_${{ matrix.arch }}
path: OctoBot/OctoBot_${{ matrix.arch }}
Expand Down

0 comments on commit 08dd7d4

Please sign in to comment.