Skip to content

Commit

Permalink
Replace MacOS 14 with MacOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Jun 5, 2024
1 parent fdea45e commit fec83fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
os: [
[macos-14-arm64, arm64, bash],
[macos-14, x86_64, bash],
[macos-13-xlarge, arm64, bash],
[macos-13, x86_64, bash],
[ubuntu-22.04, x86_64, bash]
]
fail-fast: false
Expand All @@ -25,7 +25,7 @@ jobs:
if [[ "${{ matrix.os[0] }}" == "ubuntu-22.04" ]]; then
URL="https://github.com/pspdev/pspdev/releases/download/v20230818/pspdev-ubuntu-latest.tar.gz"
FILE="pspdev-ubuntu-latest.tar.gz"
elif [[ "${{ matrix.os[0] }}" == "macos-14" ]] || [[ "${{ matrix.os[0] }}" == "macos-14-arm64" ]]; then
elif [[ "${{ matrix.os[0] }}" == "macos-13" ]] || [[ "${{ matrix.os[0] }}" == "macos-13-xlarge" ]]; then
URL="https://github.com/pspdev/pspdev/releases/download/v20230818/pspdev-macos-latest.tar.gz"
FILE="pspdev-macos-latest.tar.gz"
fi
Expand Down

0 comments on commit fec83fe

Please sign in to comment.