diff options
author | metagn <metagngn@gmail.com> | 2023-12-21 02:12:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 02:12:05 +0300 |
commit | 12d847550abf8adb53052975e7c98be916128d81 (patch) | |
tree | 484961d086eb7880fe26ffd93d151c9109083539 /.github | |
parent | db9d8003b074cb6d150f7ece467f29006ccefde7 (diff) | |
download | Nim-12d847550abf8adb53052975e7c98be916128d81.tar.gz |
update mac CI to macos 12 (#23108)
closes #23107 Could also change to `macos-latest` but nothing else in CI uses `latest` OS versions.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml index 91ac83aec..2ea5092e3 100644 --- a/.github/workflows/ci_packages.yml +++ b/.github/workflows/ci_packages.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-11] + os: [ubuntu-20.04, macos-12] cpu: [amd64] batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num` name: '${{ matrix.os }} (batch: ${{ matrix.batch }})' |