Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-07-28 05:07:17 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-07-28 18:11:30 +0300
commit26d743250bcda26ec7953331af1c33a81d33c734 (patch)
tree7bec42b7b82597daaa8213f901175eed58349e66 /.github
parent15c6696b685b76602e564084486971e20c8b88d5 (diff)
Use macOS 12 in CI to run unit tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 2e7de3584..2851d04ec 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -16,7 +16,7 @@ jobs:
matrix:
conf:
- name: Clang
- host: macos-latest
+ host: macos-12
arch: x86_64
needs_deps: true
packages: meson
@@ -31,8 +31,8 @@ jobs:
build_flags: -Dunit_tests=disabled --native-file=.github/meson/native-gcc-11.ini
max_warnings: 0
- - name: Clang, +tests
- host: macos-latest
+ - name: Clang, +tests (macOS 12)
+ host: macos-12
arch: x86_64
needs_deps: true
run_tests: true