Parcourir la source

update github workflows.

Ozkan Sezer il y a 7 mois
Parent
commit
9d18d36b5a
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      .github/workflows/main.yml
  2. 1 1
      .github/workflows/os2.yml

+ 2 - 2
.github/workflows/main.yml

@@ -9,7 +9,7 @@ jobs:
     strategy:
       matrix:
         platform:  # !!! FIXME: figure out an efficient way to get SDL2 on the Windows/Mac bots.
-        - { name: Linux,   os: ubuntu-20.04, flags: -GNinja }
+        - { name: Linux,   os: ubuntu-latest, flags: -GNinja }
         - { name: MinGW,   os: windows-latest, flags: -GNinja -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc -DCMAKE_SYSTEM_NAME=Windows }
         - { name: Windows, os: windows-latest }
         - { name: MacOS,   os: macos-latest }
@@ -23,7 +23,7 @@ jobs:
       if: contains(matrix.platform.name, 'MinGW')
       run:  choco install ninja
     - name: Get PhysicsFS sources
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Configure CMake
       run: cmake -B build ${{ matrix.platform.flags }}
     - name: Build

+ 1 - 1
.github/workflows/os2.yml

@@ -6,7 +6,7 @@ jobs:
   os2:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: open-watcom/setup-watcom@v0
       - name: Build physfs.dll
         run: |