2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

ci: use macos-13, as macos-12 is deprecated by GitHub

This commit is contained in:
Alibek Omarov 2024-11-18 19:40:42 +03:00
parent bfb84a7ac4
commit e94a2c900f

View File

@ -59,10 +59,10 @@ jobs:
- os: windows-2019 # always use the oldest possible for 32-bit because of older compilers, and better support of certain legacy OSes
targetos: win32
targetarch: i386
- os: macos-14 # in GitHub documentation, it's an ARM64 machine
- os: macos-14 # arm64 as per github documentation
targetos: apple
targetarch: arm64
- os: macos-12 # in GitHub documentation, it's an x86 machine
- os: macos-13 # x86 as per github documentation (will they fix it before they deprecate this version?..)
targetos: apple
targetarch: amd64
env: