summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 72e738c..eef7ba9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27 strategy: 27 strategy:
28 fail-fast: false 28 fail-fast: false
29 matrix: 29 matrix:
30 os: [ubuntu-18.04, ubuntu-latest, ubuntu-22.04, macos-latest, macos-12] 30 os: [ubuntu-latest, ubuntu-22.04, macos-latest, macos-12]
31 runs-on: ${{ matrix.os }} 31 runs-on: ${{ matrix.os }}
32 steps: 32 steps:
33 - uses: actions/checkout@v2 33 - uses: actions/checkout@v2