Skip to content

Commit 5313666

Browse files
xoiga123BaoNVH-pnkxFreyJo
authored
Use older Github Action runners for wider compatibility (#15)
Realized this while testing on my ubuntu 20.04 machine (they removed 20.04 runners anyway 😢) Co-authored-by: Ngô Việt Hoài Bảo <baonvh@phenikaa-x.com> Co-authored-by: Jonathan Frey <jonathanpaulfrey@gmail.com>
1 parent ed8c4f6 commit 5313666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- runs-on: ubuntu-latest
13+
- runs-on: ubuntu-22.04
1414
architecture: linux-amd64
1515
- runs-on: macos-13
1616
architecture: osx-amd64
17-
- runs-on: windows-latest
17+
- runs-on: windows-2019
1818
architecture: windows-amd64
19-
- runs-on: ubuntu-24.04-arm
19+
- runs-on: ubuntu-22.04-arm
2020
architecture: linux-arm64
2121
- runs-on: windows-11-arm
2222
architecture: windows-arm64
23-
- runs-on: macos-latest
23+
- runs-on: macos-15
2424
architecture: osx-arm64
2525

2626
name: Build on ${{ matrix.architecture }}

0 commit comments

Comments
 (0)