diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index d3404a1b..e97b3b5a 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-13, macos-13-xlarge ] + os: [ ubuntu-latest, macos-13, macos-14 ] steps: - name: checkout uses: actions/checkout@v4 @@ -154,7 +154,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-11, ubuntu-latest, macos-13-xlarge] + os: [ macos-11, ubuntu-latest, macos-14] steps: - name: Set up Java @@ -265,7 +265,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-13, macos-13-xlarge, windows-2019 ] + os: [ ubuntu-latest, macos-13, macos-14, windows-2019 ] steps: - name: Checkout @@ -352,4 +352,4 @@ jobs: SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} env: ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION: ON - ORG_GRADLE_PROJECT_TILEDB_S3: ON \ No newline at end of file + ORG_GRADLE_PROJECT_TILEDB_S3: ON