Skip to content

Commit 9d4e73e

Browse files
committed
chore: change macos test image
1 parent c1ca520 commit 9d4e73e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# ref: https://github.com/actions/runner-images
17-
os: [ubuntu-20.04, macos-13]
17+
os: [ubuntu-20.04, macos-12]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ vfox use -g elixir@1.16.2
5151

5252
You can reference the E2E test in Ubuntu 20.04: [https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml](https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml)
5353

54-
### install in Darwin (MacOS 13)
54+
### install in Darwin (MacOS 12)
5555

5656
```shell
5757
# install utilities
@@ -68,4 +68,4 @@ vfox install elixir@1.16.2
6868
vfox use -g elixir@1.16.2
6969
```
7070

71-
You can reference the E2E test in MacOS 13: [https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml](https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml)
71+
You can reference the E2E test in MacOS 12: [https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml](https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml)

0 commit comments

Comments
 (0)