Skip to content

Commit

Permalink
[ci] Update executors
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Nov 14, 2023
1 parent 55170e9 commit c72b5f1
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
###
### author: ngoanh2n
### Author: ngoanh2n
### https://circleci.com/docs
###
version: 2.1

executors:
executor_macos:
# https://circleci.com/docs/using-macos
macos:
xcode: 13.4.1
xcode: 15.0.0
resource_class: macos.x86.medium.gen2
shell: /bin/bash
resource_class: medium
executor_linux:
# https://circleci.com/docs/using-linuxvm
# https://circleci.com/developer/machine/image/ubuntu-2004
machine:
image: ubuntu-2004:2022.07.1
image: ubuntu-2004:current
resource_class: medium
shell: /bin/bash
resource_class: medium
executor_windows:
# https://circleci.com/docs/using-windows
# https://circleci.com/developer/machine/image/windows-server-2022-gui
machine:
image: windows-server-2022-gui:current
resource_class: windows.medium
shell: bash.exe
resource_class: windows.medium

commands:
env_prepare:
Expand All @@ -27,6 +33,7 @@ commands:
- run:
name: Prepare environment
command: |
java --version
chmod +x gradlew
test_execute:
steps:
Expand Down

0 comments on commit c72b5f1

Please sign in to comment.